* refactor modules * moved esp_lvgl_port to libs/ * added missing file * fix for sim build * various sim/pc fixes * lvgl improvements * added missing cmake files
7 lines
120 B
CMake
7 lines
120 B
CMake
idf_component_register(
|
|
SRC_DIRS "."
|
|
INCLUDE_DIRS "."
|
|
REQUIRES tactility-esp esp_lcd esp_lcd_touch_gt911
|
|
)
|
|
|