lubeda / EspHoMaTriXv2

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

Show screen instantly #112

Closed s00500 closed 1 year ago

s00500 commented 1 year ago

Question

Hey, cool project, Is there a way to show something immediatly ? I tried creating a screen then force screen but this will wait until the current screens time is out before switching... anyway to stop that ?

Also having only minute steps for lifetime will mean when I want to show a message for 10 seconds and then remove the screen it will come up once more...

Is there anything I am doing wrong ? How would I best approach such a problem ?

Greetings Lukas

Additional information

Using Ulanzi Display

andrewjswan commented 1 year ago

2023.9.1: alert_screen - show the specified icon with text, screen forced and lifetime = screen_time

lubeda commented 1 year ago

and force_screen may be used

s00500 commented 1 year ago

Awesome, works as expected