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

Strip support #16

Open mariusmotea opened 6 years ago

mariusmotea commented 6 years ago

Hi,

Is possible to have a build dedicated for strips with a more simple mapping of the leds (like number of circles around the tree and number of leds per circle)? 5 meters strips with 300 WS2812 leds are much more cheaper and easy to install and i believe that lot of peoples will be interested to have such build.

Marius.

Wqrld commented 6 years ago

if you mean that he should add ws2812B support, hell yeah! If you need some easy change to do that i would be happy to help. It seems like the ws2812B works with fastled so it shouldnt be THAT hard...

edit: ws2812B shouldnt be that hard https://github.com/evilgeniuslabs/tree-v2/blob/1fe491369f6ce06289ccf632a3770680db3ab776/tree-v2.ino#L65

edit 2: and some mapping i guess :)