Merge pull request #851 from Garag/fix_Sunton_ESP32-8048S043C_touch

Sunton ESP32-8048S043C touch size adapted to screen size
This commit is contained in:
fvanroie 2025-01-13 23:21:51 +01:00 committed by GitHub
commit 74063e285f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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