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

add option to disable a tile #31

Closed moinmoin-sh closed 2 years ago

moinmoin-sh commented 2 years ago

Add an option to disable a tile. A disabled tile doesn't accept touch events and the tile is greyed out. cmnd/ payload {"tiles":[{"screen":"1", "tile":"3","disable":true}]} grafik

closes #23