lubeda / EspHoMaTriXv2

A simple DIY status display with a 8x32 RGB LED matrix, implemented with esphome.io and Home Assistant.
MIT License
269 stars 25 forks source link

[QUESTION] How show on Display Text or Picture when OTA start? #235

Open andrewjswan opened 3 months ago

andrewjswan commented 3 months ago

Question

How show on Display Text or Picture when OTA start? I try:

ota:
  on_begin:
    then:
      - lambda: id(rtttl_out).turn_off();
      - lambda: |-
          id(rgb8x32)->alert_screen("wait", "OTA", 15, true, 240, 240, 240);
          id(rgb8x32)->draw();

But it’s clear that the rendering doesn’t keep up and the last information displayed is on the screen.