- Created driver subprojects: `FT5x06`, `FT6x36`, `CST816S`. - Refactored existing projects to use new drivers. - Improve `PwmBacklight` driver: expose frequency, channel id and timer id - Update `build-and-release-all.sh` for recent board addition
6 lines
154 B
CMake
6 lines
154 B
CMake
idf_component_register(
|
|
SRC_DIRS "Source"
|
|
INCLUDE_DIRS "Source"
|
|
REQUIRES Tactility esp_lvgl_port esp_lcd_touch esp_lcd_touch_cst816s driver
|
|
)
|