Hey guys!
I am quite new to FastLED and I am trying to control a 10x10 rgb led matrix.
Currently I already started up an webserver on my esp8266 (without an Arduino). I can change colors/animations with my web interface.
Now I want to send images from my computer (with c#) to my esp8266 over wifi. If possible even with 60 frames per second.
Would this be possible by sending all the single pixels colors over to the esp8266 via wifi with an url similar to this:
http://esp8266ip/setMatrix?p1=FF0000FF&p2=00FF00FF&p3=…
I hope you get what I mean.
Or would this be way too slow for 100 LEDs? Do you have any recommendations how to solve this problem?
Thank you very much!
By the way:
I found a video on youtube that shows pretty much exactly what I am looking for: