jasoncoon / esp8266-fastled-webserver

GNU General Public License v3.0
713 stars 359 forks source link

Matrix with 7x5 Pixel #156

Closed Tecky10 closed 4 years ago

Tecky10 commented 4 years ago

Hello, can someone help me to put the project on a matrix with 7x5 pixels? The background is that we are building a lighting system with fairground LEDs and the arrangement is in 5LEDs x 7 strips. Thanks in advance.

jasoncoon commented 4 years ago

Have you tried to incorporate FastLED's XYMatrix example? https://github.com/FastLED/FastLED/blob/master/examples/XYMatrix/XYMatrix.ino

Tecky10 commented 4 years ago

That's where I have my problem, I don't know at which point I have to implement the XY matrix example.

I have to admit that I'm not the strongest when it comes to programming. Thank you for your help. The end product is for a carnival car and therefore for a good cause ;-)

THANKS for helping!

jasoncoon commented 4 years ago

OK, I threw together a basic XY matrix example branch: https://github.com/jasoncoon/esp8266-fastled-webserver/tree/xy-matrix

Tecky10 commented 4 years ago

Thanks alot! I'm getting a lot further with that. Thanks for your help. Now I'm going to take a look to adjust the effects for me ... THANKS.

Tecky10 commented 4 years ago

Hello @jasoncoon , I need your help again! Is it possible that the WebApp only works with an active internet connection? Every time I choose a network without internet access, I cannot open the WebApp. Do you have a solution for this?

jasoncoon commented 4 years ago

There are commented changes in index.htm you'll need to make to self-host in ap mode.

Tecky10 commented 4 years ago

Thank you for your help ... i found the code in the index.htm change it and than it works.