* 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
130 B
CMake
7 lines
130 B
CMake
idf_component_register(
|
|
SRC_DIRS "."
|
|
INCLUDE_DIRS "."
|
|
REQUIRES tactility-esp esp_lcd_touch_cst816s esp_lcd_ili9341
|
|
)
|
|
|