jasoncoon/esp8266-fastled-webserver

Customize Webserver for board gaming table

Closed this issue · 3 comments

Hi,

i am searching for some help customizing the "FAST LED - Webserver". I built a boardgaming table with WS2812B integrated in the frame. Now I want to seperate
the WS2812B into 6 Parts (for 6 Players - LED 1-59 Player1, LED 60-119 Player2 etc.), so I can assign individual color to each player at the table. I thought of 6 color picker on the webserver site, each for
one player.

Can someone help to realize that?

Sounds cool! Sorry, I'll have to think about how this could be done.

Could a custom gradient palette be used (with NOBLEND)?

DEFINE_GRADIENT_PALETTE( gaming_table_gp ) {
0, 255, 0, 0,
40, 0, 255, 0,
80, 0, 0, 255,
120 255, 255, 0,
160 255, 0, 255,
200, 0, 255, 255,
240, 255, 255, 255,
255, 0, 0, 0};

Closing due to no activity for over a year.