evilgeniuslabs / tree-v2

6.5’ white tree with 250 WS2811 RGB LEDs, driven by an ESP8266 microcontroller using the FastLED library, controlled with a web app over WiFi and/or an infrared remote control.
GNU General Public License v3.0
134 stars 34 forks source link

fix for more than 255 leds + map.h generator script #19

Closed mariusmotea closed 6 years ago

Wqrld commented 6 years ago

as the project seems to be dead, can you make a fork to revive it mariusmotea?

mariusmotea commented 6 years ago

We need to wait more, maybe the guy is on vacation.

jasoncoon commented 6 years ago

Yeah, seriously Wqrld. A guy goes offline for a few days, and the project is dead? :)

jasoncoon commented 6 years ago

Thanks for the contribution! I'm away on business, will review, test, and merge this as soon as I can.

mariusmotea commented 6 years ago

For sure the number of leds is uint8_t in other places, but you must have the code in your mind and will be able to replace with uint16_t. I'm thinking to add support in my diyHue project.

Wqrld commented 6 years ago

Very sorry on the deadline project thingy, I concluded that because there were no contribs in 6 months :)

jasoncoon commented 6 years ago

Thank you for your contributions!

I've made some nice improvements with the Arduino and web apps in v1.1 of my esp8266-fastled-webserver project. I would like to bring those over to this and other projects: https://github.com/jasoncoon/esp8266-fastled-webserver/tree/v1.1

thesnowpup commented 5 years ago

Hi Jason.

Did you ever manage to merge across your improvements to this project?

Thank you for all your hard work.