Hello,
I am trying to make a project with an LED strip WS2812B and a SSD1306 OLED display. I want the OLED to show different options to use it with the LEDs.
I am using u8glib for the OLED and FastLED for the strip. The problem I have is that seems like both can't work at the same time. When I comment the setup of the FastLED, the OLED works fine.
Has anyone encountered this problem? and if so, is there any way to fix it? Should I use different libraries?
Please advice