yes i try.Its great idea.
and very useful for the people who don’t know programming.
i see the improvement list and its should be improved and add more effects.
and after all these improvement u should try to add a function in which people can make their own effects.
All the Best
and Thanks for making this its also useful for me.
hello sir,
i need u r help
i need a pixel led matrix code(which is arrange in serpentine manner) in which i can create any shape or logo and want to scroll it horizontally and vertically and also it contains led colour choosing option by which i can choose led colours according to me.
can u give me any sample code please try if possible.
Hmmm… Making led matrix is complex… You maybe can access every led as a single array in which given a row and column you can get which position it gets in the array.
For example in a 3x3 matrix, the 1st row 2nd line would be led number 4 (line * line length) + row
ok it can work
can u give me a sample program for it.
as u say to create a array. and also we have to scroll that array continuously.
plz make it for me.
@Derrick_Giscloux it’s a really good idea. I also thought to add some kind of color picker based on images and your idea is the natural next step for that point.
Aplying this would mean two things: first, work with led matrix (user defined width and height) and then also break the offline possibility (al least on this option). The second point was my main reason to not implement the color picker based on img, but your idea makes me to want to develop it haha… I will write it in my list and maybe I can find a way to do it on offline mode!