Microduino RGB LED Matrix displayer
Outline
Bill of Materials
Documents
https://github.com/Microduino/Microduino_Tutorials/tree/master/Microduino_Libraries/RGBLEDMatrix
Debugging
To build the circuit of Microduino RGB LED Matrix displayer and fold Microduino FT232R and Microduino Core together on the drive board, and then fold the matrix on the board. Please note the pros and cons, which can refer to the flowing pictures.
Open the test program, you can see the experimental phenomena after successful compiling and downloading by choosing the right board.
m.clear();Clear the screen of LED Matrix ; m.set_led_rgb(x,y,green,red,blue) Used to draw points x: Horizonal coordinate y: Vertical coordinate green:0-255 red:0-255 blue:0-255 ResultMicroduino RGB LED Matrix displayer can show assorted pattern and users can design more gorgeous color on their own demand. Video |