Andrew J.Swan

Results 177 comments of Andrew J.Swan

> Other than the image distortions I had no issues with rmt, and those image issues are fixed now too using the work around. This option on the same ESP32-C3...

Your trigger works once, displays text with the timer state, and never updates this state again. You need to change the automation in HA so that it updates the screen...

https://github.com/lubeda/EspHoMaTriXv2/issues/92

At low brightness, the symbols themselves may disappear, these are limitations of the matrix itself, at normal brightness nothing disappears, everything is in place and there are no problems.

> The white space between characters disappears. What font is used? BDF? Try TTF. I output information using rainbow shimmer every day and do not see such problems.

> Error: `'register_service' was not declared in this scope` ```yaml api: custom_services: true ```

I have this strange error... But I don't understand where it comes from... ``` /data/cache/platformio/packages/toolchain-xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/13.2.0/../../../../xtensa-esp-elf/bin/ld: /data/cache/platformio/packages/framework-arduinoespressif32-libs/esp32/lib/liblwip.a(magic.c.obj): in function `magic': /home/runner/work/esp32-arduino-lib-builder/esp32-arduino-lib-builder/esp-idf/components/lwip/lwip/src/netif/ppp/magic.c:263: multiple definition of `magic'; .pioenvs/hall-pixel-clock/src/main.cpp.o:/data/.build/esp_hall_pixel_clock/src/main.cpp:108: first defined here /data/cache/platformio/packages/framework-arduinoespressif32-libs/esp32/lib/liblwip.a(lcp.c.obj): in...

It's funny, that's the reason... ```yaml - id: magic lameid: 4788 ``` main.cpp ```cpp esphome::EHMTX_Icon *magic; ```

https://github.com/lubeda/EspHoMaTriXv2/pull/307

https://github.com/esphome/esphome/pull/7770