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 the ability to change screen rotation. #79

Open JamesKennewell opened 1 year ago

JamesKennewell commented 1 year ago

Adding the ability to change screen rotation to have a Horizontal or portrait screen. This would allow for more customization in screen layouts

moinmoin-sh commented 1 year ago

Changing the orientation between portrait and landscape seams to be feasible with low effort for the grid based tile screens.

Unfortunately the "non tile" screens (settings, color picker, key pad, ...) are optimized and hard coded for portrait layout. They would need a redesign that switches between the orientations.

plains203 commented 1 year ago

Feels like a worthwhile feature if you are happy to implement it?