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

More enhancements #80

Closed moinmoin-sh closed 1 year ago

moinmoin-sh commented 1 year ago

Enhancements to customize the screen layout.

add this to the screen config section of the conf/ payload to customize the screenlayout per screen

"screenLayout":{"horizontal":<number>, "vertical":<number>}

add this to the tile config section of the conf/ payload to customize tile spanning to the right or down

"span":{"right":<number>, "down":<number>}

These two new options give full flexibility to customize the screens.

Both of the options are included in the configSchemaand can be set via the AdminUI.