OXRS-IO / OXRS-IO-TouchPanel-ESP32-FW

OXRS compatible firmware for WT32-xxx touch screen displays
https://oxrs.io/docs/firmware/touch-panel-esp32.html
BSD 3-Clause "New" or "Revised" License
20 stars 3 forks source link

Feature Request: Add method to dismiss message from screen #62

Closed plains203 closed 1 year ago

plains203 commented 1 year ago

Would be nice to be able to dismiss the message popup modal window without user interaction in some scenarios.

moinmoin-sh commented 1 year ago

This will be made possible by sending a "message" cmnd with empty payload

{
  "message": { }
}