“Microduino RGB LED Matrix displayer”的版本间的差异
(Created page with "{| style="width: 800px;" |- | ==Outline== *Project:Microduino RGB LED Matrix Displayer *Objective:Microduino RGB LED Matrix displayer is specially designed for 8×8 full c...") |
(没有差异)
|
2014年5月6日 (二) 07:52的最新版本
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 |