replace touch driver; enable debugging

This commit is contained in:
Manuel
2025-10-30 13:39:49 +01:00
parent 11462ecedc
commit e06c3371b4
2 changed files with 16 additions and 13 deletions

View File

@@ -4,12 +4,14 @@ board = t5-epaper-s3
board_build.partition = default_16MB.csv
board_check = false
upload_protocol = esptool
build_flags =
build_type = debug
build_flags = -g -O0
${esp32_base.build_flags}
-I variants/esp32s3/t5s3_epaper
-D T5_S3_EPAPER_PRO
-D PRIVATE_HW
-D GPS_POWER_TOGGLE
; -D GPS_POWER_TOGGLE
build_src_filter =
${esp32s3_base.build_src_filter}
lib_deps =
@@ -18,8 +20,9 @@ lib_deps =
lewisxhe/SensorLib@0.3.1
https://github.com/mverch67/BQ27220/archive/07d92be846abd8a0258a50c23198dac0858b22ed.zip
https://github.com/mverch67/FastEPD/archive/07556b76706ae0f708fb7bf3f38f5ebc227ff2dd.zip
https://github.com/bitbank2/bb_captouch/archive/refs/tags/1.3.1.zip
;https://github.com/bitbank2/bb_captouch/archive/refs/tags/1.3.1.zip
;https://github.com/blackketter/GT911/archive/dcadd293d964f397bc8fb81f867d58f08531d729.zip
https://github.com/TAMCTec/gt911-arduino/archive/b3f175e65a799368be9c544e255204e1e74ad2ed.zip
[env:t5s3_epaper_inkhud]
extends = t5s3_epaper_base, inkhud