touch size adapted to screen size

This commit is contained in:
Garag 2025-01-13 21:00:50 +01:00
parent 48884ee986
commit 31ca81e274

View File

@ -145,8 +145,8 @@ build_flags =
-D TFT_PREFER_SPEED=13900000 ; 1/2 of Typical DCLK Frequency
-D TFT_AUTO_FLUSH=1
; Touch Settings
-D TOUCH_WIDTH=480
-D TOUCH_HEIGHT=272
-D TOUCH_WIDTH=800
-D TOUCH_HEIGHT=480
-D TOUCH_DRIVER=0x911
-D TOUCH_SCL=20
-D TOUCH_SDA=19