New kernel drivers and device migrations (#563)

This commit is contained in:
Ken Van Hoeylandt
2026-07-14 20:26:57 +02:00
committed by GitHub
parent 955416dac8
commit 8af6204ba1
215 changed files with 6359 additions and 3633 deletions
+7
View File
@@ -102,4 +102,11 @@ menu "Tactility App"
help
The minimum time to show the splash screen in milliseconds.
When set to 0, startup will continue to desktop as soon as boot operations are finished.
config TT_TOUCH_CALIBRATION_SUPPORTED
bool "Set true when a touch screen calibration app should be included"
default n
config TT_TOUCH_CALIBRATION_REQUIRED
bool "Set true when a touch screen calibration is required before the device is usable"
default n
depends on TT_TOUCH_CALIBRATION_SUPPORTED
endmenu
-2
View File
@@ -32,8 +32,6 @@ dependencies:
espressif/esp_lcd_touch_cst816s: "1.0.3"
espressif/esp_lcd_touch_gt911: "1.1.3"
espressif/esp_lcd_touch_ft5x06: "1.0.6~1"
espressif/esp_io_expander: "1.0.1"
espressif/esp_io_expander_tca95xx_16bit: "1.0.1"
espressif/esp_lcd_axs15231b: "2.0.2"
lambage/esp_lcd_touch_ft6336u: "1.0.8"
espressif/esp_lcd_st7701: