How to Use Max7219 8x8 Dot Matrix With "skiiiD"
by skiiiD in Circuits > Arduino
347 Views, 0 Favorites, 0 Comments
How to Use Max7219 8x8 Dot Matrix With "skiiiD"
This is a video instruction of Max7219 8x8 Dot Matrix via "skiiiD"
Before start, below is a basic tutorial for how to use skiiiD
Launch SkiiiD
#1 Launch skiiiD and select New button
Select Arduino UNO
#2 Select ①Arduino Uno and then click ②OK button
*This is Tutorial, and we use Arduino UNO. Other boards(Mega, Nano) have the same process.
Add Component
#1 Click '+' (Add Component Button) to search and select the component.
Search or Find a Component
#2 ① Type 'Dot matrix' on the search bar or find Dot matrix module on the list.
Select Dot Matrix
#3 ②Click Dot matrix
Pin Indication and Configuration
#4 then you can see ③ pin indication. (You can configure it.)
*This module has 5 Pin to connect skiiiD Editor automatically indicate pin setting *configuration available
[Default Pin Indication for Max7219 Dot Matrix Module] in case of Arduino UNO
VCC: 5V
GND: GND
DIN: 0
CS: 1
CLK: 2
#5 After configuring pins ④ click ADD button on the right below side
Check Added Module
#6 ⑤Added Module has appeared on right panel
SkiiiD Code of Dot Matrix Max7219
skiiiD Code is intuitive function-based codes. This is based on skiiiD libraries.
clear() - Turn off all Dot LED
son() - Turn on a specific coordinate of dot
LED off() - Turn off a specific coordinate of dot
LEDsetBrightness() - Set a brightness of led light (0 ~ 9)
displayNumber() - Display a number
displayAlphabet() - Display an alphabet
Contact and Feedback
We are working on components and boards libraries. Feel free to use it and welcome to feedback. Below is contact methods
email: contact@skiiid.io
twitter:https://twitter.com/skiiiD_official
Facebook :https://www.facebook.com/enterphin
visit https://skiiid.io/contact/ and go to Need help tab.
Comments are fine too!