<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[Atom S3 Lite - Toggle GPIO27 Led on Release]]></title><description><![CDATA[<p dir="auto">Hi all,</p>
<p dir="auto">I am trying to configure the Atom S3 Lite in order to toggle its integrated led on Button release.<br />
This is what I have:</p>
<pre><code>light:
  - platform: fastled_clockless
    chipset: WS2812B
    pin: GPIO35
    num_leds: 4
    rgb_order: GRB
    id: led_1
    name: led_1
    restore_mode: RESTORE_DEFAULT_OFF
    effects:
      - pulse:
          name: "Pulse"
          transition_length: 1s
          update_interval: 1s
      - strobe:
          name: "Strobe"
      - random:
          name: "Random"
          transition_length: 5s
          update_interval: 3s    

binary_sensor:
  - platform: status
    name: "Node Status"
    id: system_status
  - platform: gpio
    name: Button
    pin:
      number: GPIO41
      inverted: true
      mode:
        input: true
        pullup: true
    on_press:
      then:
        - homeassistant.service:
            service: ssh_command.exec_command
            data:
              host: "xxxx"
              port: "xx"
              user: "xxxxxxxx"
              pass: "xxxxxxxxx"
              command: "DISPLAY=:0 mumble rpc togglemute"
    on_release:
      then:
        - light.turn_on:
            id: led_1
            effect: "Random"
</code></pre>
<p dir="auto">And this is the error that I am getting:</p>
<pre><code>In file included from .piolibdeps/esphome-web-6670e8/FastLED/src/third_party/yves/I2SClockLessLedDriveresp32s3/driver.h:9,
                 from .piolibdeps/esphome-web-6670e8/FastLED/src/platforms/esp/32/clockless_i2s_esp32s3.cpp:19:
.piolibdeps/esphome-web-6670e8/FastLED/src/third_party/yves/I2SClockLessLedDriveresp32s3/src/I2SClockLessLedDriveresp32s3.h:38:10: fatal error: esp_lcd_panel_interface.h: No such file or directory

***************************************************************************************
* Looking for esp_lcd_panel_interface.h dependency? Check our library registry!
*
* CLI  &gt; platformio lib search "header:esp_lcd_panel_interface.h"
* Web  &gt; https://registry.platformio.org/search?q=header:%1B%5Bm%1B%5BKesp_lcd_panel_interface.h
*
***************************************************************************************

   38 | #include "esp_lcd_panel_interface.h"
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~
compilation terminated.
*** [.pioenvs/esphome-web-6670e8/lib6ad/FastLED/platforms/esp/32/clockless_i2s_esp32s3.cpp.o] Error 1
Compiling .pioenvs/esphome-web-6670e8/lib6ad/FastLED/platforms/wasm/ui/title.cpp.o
========================= [FAILED] Took 215.49 seconds =========================
</code></pre>
<p dir="auto">Dou you have any idea of the problem?</p>
<p dir="auto">Thank you!</p>
]]></description><link>https://community.m5stack.com/topic/8119/atom-s3-lite-toggle-gpio27-led-on-release</link><generator>RSS for Node</generator><lastBuildDate>Wed, 29 Apr 2026 23:11:19 GMT</lastBuildDate><atom:link href="https://community.m5stack.com/topic/8119.rss" rel="self" type="application/rss+xml"/><pubDate>Fri, 06 Mar 2026 16:04:52 GMT</pubDate><ttl>60</ttl></channel></rss>