diff --git a/variants/esp32s3/t5s3_epaper/platformio.ini b/variants/esp32s3/t5s3_epaper/platformio.ini index 4aca2f92f..02666a6d4 100644 --- a/variants/esp32s3/t5s3_epaper/platformio.ini +++ b/variants/esp32s3/t5s3_epaper/platformio.ini @@ -10,6 +10,9 @@ build_flags = -g -O0 -I variants/esp32s3/t5s3_epaper -D T5_S3_EPAPER_PRO -D PRIVATE_HW + -D TOUCH_THRESHOLD_X=50 + -D TOUCH_THRESHOLD_Y=30 + -D TIME_LONG_PRESS=500 ; -D GPS_POWER_TOGGLE build_src_filter = @@ -19,8 +22,7 @@ lib_deps = lewisxhe/XPowersLib@0.3.1 lewisxhe/SensorLib@0.3.1 https://github.com/mverch67/BQ27220/archive/07d92be846abd8a0258a50c23198dac0858b22ed.zip - https://github.com/mverch67/FastEPD/archive/07556b76706ae0f708fb7bf3f38f5ebc227ff2dd.zip - https://github.com/TAMCTec/gt911-arduino/archive/b3f175e65a799368be9c544e255204e1e74ad2ed.zip + https://github.com/mverch67/FastEPD/archive/86a6e85fc90fab9ed94667a8506b04106daa4c52.zip [env:t5s3_epaper_inkhud] extends = t5s3_epaper_base, inkhud