tdeck touch driver fix (#10740)
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> (cherry picked from commit 4044f4af6c721c8808cd1aa41bf1d348027d803c)
This commit is contained in:
@@ -72,6 +72,7 @@ build_flags =
|
|||||||
; -D CALIBRATE_TOUCH=0
|
; -D CALIBRATE_TOUCH=0
|
||||||
-D LGFX_SCREEN_WIDTH=240
|
-D LGFX_SCREEN_WIDTH=240
|
||||||
-D LGFX_SCREEN_HEIGHT=320
|
-D LGFX_SCREEN_HEIGHT=320
|
||||||
|
-D LGFX_BUFSIZE=153600
|
||||||
-D DISPLAY_SIZE=320x240 ; landscape mode
|
-D DISPLAY_SIZE=320x240 ; landscape mode
|
||||||
-D LGFX_DRIVER=LGFX_TDECK
|
-D LGFX_DRIVER=LGFX_TDECK
|
||||||
-D GFX_DRIVER_INC=\"graphics/LGFX/LGFX_T_DECK.h\"
|
-D GFX_DRIVER_INC=\"graphics/LGFX/LGFX_T_DECK.h\"
|
||||||
@@ -79,13 +80,11 @@ build_flags =
|
|||||||
; -D GFX_DRIVER_INC=\"graphics/LVGL/LVGL_T_DECK.h\"
|
; -D GFX_DRIVER_INC=\"graphics/LVGL/LVGL_T_DECK.h\"
|
||||||
; -D LV_USE_ST7789=1
|
; -D LV_USE_ST7789=1
|
||||||
-D VIEW_320x240
|
-D VIEW_320x240
|
||||||
; -D USE_DOUBLE_BUFFER
|
|
||||||
-D USE_PACKET_API
|
-D USE_PACKET_API
|
||||||
-D MAP_FULL_REDRAW
|
-D MAP_FULL_REDRAW
|
||||||
-D CUSTOM_TOUCH_DRIVER
|
; -D CUSTOM_TOUCH_DRIVER
|
||||||
|
|
||||||
lib_deps =
|
lib_deps =
|
||||||
${env:t-deck.lib_deps}
|
${env:t-deck.lib_deps}
|
||||||
${device-ui_base.lib_deps}
|
${device-ui_base.lib_deps}
|
||||||
# renovate: datasource=github-tags depName=bb_captouch packageName=bitbank2/bb_captouch
|
;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
|
|
||||||
Reference in New Issue
Block a user