SteveEisner / WLEDtubes

Control WS2812B and many more types of digital RGB LEDs with an ESP8266 or ESP32 over WiFi!
https://kno.wled.ge
MIT License
23 stars 2 forks source link

convert virtual_strip to be consumed byref #45

Open craiglink opened 4 weeks ago

craiglink commented 4 weeks ago

create the virtual strips statically vs part of the heap reference the vstrips byref to avoid any unnecesasry pointer errors zero out vstrips on fade == DEAD recreate readonly "length()" for exposing the length to other functions