Difference between revisions of "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...") |
|||
Line 3: | Line 3: | ||
| | | | ||
==Outline== | ==Outline== | ||
− | *Project:Microduino | + | *Project:Microduino Sensor Dot Matrix |
− | *Objective:Microduino | + | *Objective:Microduino Sensor Dot Matrix is specially designed for 8×8 full color matrix, whose size is 60.5*60.5mm. The length of each light hole is 5.0mm. Therefore, you need only three pins to control 192 lights, which can be combined into any color. Besides, the Matrix has PWM controlling function, capable of controlling the brightness. |
*Difficulty:Middle | *Difficulty:Middle | ||
*Time-consuming:2 hours | *Time-consuming:2 hours | ||
Line 24: | Line 24: | ||
|5.0 Full Color Matrix Module||1||Display | |5.0 Full Color Matrix Module||1||Display | ||
|- | |- | ||
− | |The Drive Board of Microduino | + | |The Drive Board of Microduino Sensor Dot Matrix||1||Controlling RGB Matrix |
|- | |- | ||
|USB Cable||1||Power Supply & Download | |USB Cable||1||Power Supply & Download | ||
Line 43: | Line 43: | ||
*Step 1: | *Step 1: | ||
− | To build the circuit of Microduino | + | To build the circuit of Microduino Sensor Dot Matrix 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. |
[[File:Microduino_RGBLEDMatrix_ok1.jpg||600px|center|thumb]] | [[File:Microduino_RGBLEDMatrix_ok1.jpg||600px|center|thumb]] | ||
Line 62: | Line 62: | ||
==Result== | ==Result== | ||
− | Microduino | + | Microduino Sensor Dot Matrix can show assorted pattern and users can design more gorgeous color on their own demand. |
[[File:Microduino_RGBLEDMatrix_ok3.jpg||600px|center|thumb]] | [[File:Microduino_RGBLEDMatrix_ok3.jpg||600px|center|thumb]] | ||
[[File:Microduino_RGBLEDMatrix_ok4.jpg||600px|center|thumb]] | [[File:Microduino_RGBLEDMatrix_ok4.jpg||600px|center|thumb]] |
Latest revision as of 05:18, 24 December 2015
Outline
Bill of Materials
Documents
https://github.com/Microduino/Microduino_Tutorials/tree/master/Microduino_Libraries/RGBLEDMatrix
Debugging
To build the circuit of Microduino Sensor Dot Matrix 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 Sensor Dot Matrix can show assorted pattern and users can design more gorgeous color on their own demand. Video |