Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

replace deprecated fastled_clockless with esp32_rmt_led_strip to avoid compile warnings #63

Open
besteru opened this issue Jan 9, 2025 · 0 comments

Comments

@besteru
Copy link

besteru commented Jan 9, 2025

replace in file m5stack-atom-speaker-kit.yaml the light platform fastled_clockless with esp32_rmt_led_strip

The current usage of fastled_clockless generates multiple compile warnings for esphome.

example functional config:

  • platform: esp32_rmt_led_strip
    rmt_channel: 0
    id: led
    name: None
    pin: GPIO27
    chipset: SK6812
    num_leds: 1
    rgb_order: grb
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant