Hello there! I want to show you (and spam you a bit :P) some

Hello there!

I want to show you (and spam you a bit :P) some work I have been doing with FastLED. It’s not a video showing leds… but a web app!

Hope some of you can find it usefull, also know that I’m currently working on it so every few days I will be pulling new stuff :smiley:

https://dohitb.github.io/FastLed-Configurator/index.html

See ya!

Interesting project. Please share more as you continue.

@marmil sure! Im still working to improve it so it can be handy :slight_smile:

Thanks for liking

very nice and useful …Carry on…

@Pankaj_Patel did you try it? Any comment to improve? Thanks :smiley:

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.

one more website is in under construction like this
https://sparkled.io/

More effects? Sounds good! I will think how to implement a few more…

The other point (add own effects) it’s already planned and I will implement it soon :smiley:

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.

Nice idea! You could also retrieve datas from a bitmap file. Asking the user to download the pattern for example.

@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!

Thanks!