jasoncoon / esp8266-fastled-webserver

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

Customize Webserver for board gaming table #177

Closed Schtreider closed 2 years ago

Schtreider commented 4 years ago

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?

jasoncoon commented 4 years ago

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

marmilicious commented 4 years ago

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};

henrygab commented 2 years ago

Closing due to no activity for over a year.