Open Chewb4cc4 opened 1 year ago
You may try to downgrade to 2.7.4 for now. Switching to NeoPixel is on my todo list, but i don't have time currently.
esp8266:
framework:
version: 2.7.4
my clock is a bit far off from your original design, but the source should help you get the new lighting library to work i hope: https://github.com/AeroSteveO/ESP-Projects/blob/main/wordclock/wordclock.h i had issues with the NeoPixelBus library with it not working in my clock at all, i think it was using a preset output pin that was unchanged no matter how you modified the source. so i ended up with the adafruit neopixel library which works great
Failed config
light.fastled_clockless: [source /config/esphome/wordclock.yaml:43]
This feature requires framework version 2.7.4 or lower. Please see note on documentation for FastLED. platform: fastled_clockless id: fastledlight chipset: WS2812 pin: GPIO03 num_leds: 125 rgb_order: BRG name: Wordclock