mirror of
https://github.com/ByteWelder/Tactility.git
synced 2026-02-20 07:25:06 +00:00
* 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
|
|
)
|
|
|