Wow… is this FastLED?
Can FastLED consume images like that? Seems like this library is reading one row at a time from a PNG or something similar.
Also, seems like a lot of data to be stored on the ESP.
Wow… is this FastLED?
Can FastLED consume images like that? Seems like this library is reading one row at a time from a PNG or something similar.
Also, seems like a lot of data to be stored on the ESP.
Hi,
I am the author of this stuff
Yes image is read one line at a time and each pixel in the line is sent to the APA102 ledstrip
Nothing is stored on the ESP
Everything is on the Android side. It’s UDP between the Android and the ESP8266
And it’s not fastLed …but a code I have writen
JP
Thanks for sharing that info @Jean-Pierre_G
Quite an interesting project.
Hello @Jean-Pierre_G so you the ESP is just getting signals via wifi? Can you share how you are doing this? Is there a link to Github?
Thanks,
Hi,
Here you will find more info : http://www.esp8266.com/viewtopic.php?f=15&t=5807
The code is written with B4A on Android and Arduino for ESP8266.
Last post of the above thread there is a pointer for ESP code
JP
Thank you for sharing.
Very intriguing … any plans to port the code to other platforms e.g. PC?
Sorry no plan to port it to PC 
You should … you could sell it to these folks …
… I’d buy it …