Hello guys i need some help modifying some code to work with a different library. Ive been using FastLED library but i ran into an issue when trying to run 175 WS2812B LEDs using an Attiny85. When using the 175 WS2812B LEDS the dynamic memory goes over 512 bytes. But if i compile the test code for the adafruit Library even with 175 LEDS it doesnt even use 100 bytes. Any help you can provide would be great! Im attaching links to pastebin.
Hey youve helped me before lol. I tried and i was told to use a bigger controller. But im kinda stuck with 100 custom PCBs that i need to use and theyre all attiny85's i dont see why changing the number of LEDs would make that much of a difference im the amount of dynamic memory it uses. I dont have the same problem with the NeoPixel library. But all the patterns i like use the FastLED library lol.
Quick update. Found this post and this guy is running over 1k LEDs with only 1k of SRAM. Any way i could modify the patterns from my code to work in his program?