mirror of
https://github.com/HASwitchPlate/openHASP.git
synced 2025-07-24 11:46:34 +00:00
Disable touch rotation and inversion by default
This commit is contained in:
parent
106efdba9a
commit
f9130b14dd
@ -147,8 +147,8 @@ static inline bool drv_touchpad_getXY(int16_t * touchX, int16_t * touchY)
|
||||
return touched;
|
||||
}
|
||||
|
||||
bool touch_rotate = true;
|
||||
bool touch_invert_x = true;
|
||||
bool touch_rotate = false;
|
||||
bool touch_invert_x = false;
|
||||
bool touch_invert_y = false;
|
||||
|
||||
bool IRAM_ATTR drv_touch_read(lv_indev_drv_t * indev_driver, lv_indev_data_t * data)
|
||||
|
Loading…
x
Reference in New Issue
Block a user