LED Display

Status
Not open for further replies.
If you place several LED matrices together.... say 4 at the top 4 in the middle and 4 at the bottom.. you will have 32 led's across and 24 down....

If you remember, I use it like a graphical LCD screen, as it is no different!!! If you organise it so you write the whole screen at once ( blitting ) and write all your functions to draw to a back buffer, it will look exactly the same....
 
Any... I use several graphical screens.... Once you write all your low level routines, you can port them to almost "Any" screen type including LED matrices..
 
I'm not following you.....

Do you mean "FastLCD" to draw graphical screens???
 
Do you mean "FastLCD" to draw graphical screens???

I have download but it has large number of pixel and used for Nokia types LCD, can we use it?
and how to prepare it for led?
 
FastLCD will output an array, you set the size of the grid to the same size as you resolution... ie...

If you have 32 columns and 24 rows then make the grid 32 x 24 and draw something.. The output is a basic array ( just like the font array )..
 
Status
Not open for further replies.
Cookies are required to use this site. You must accept them to continue using the site. Learn more…