made lvgl part of nb_platform

This commit is contained in:
Ken Van Hoeylandt
2023-12-25 12:55:08 +01:00
parent 6fd12b2160
commit d9a938e9be
4 changed files with 65 additions and 59 deletions
+1 -1
View File
@@ -2,5 +2,5 @@ idf_component_register(
SRC_DIRS "src"
INCLUDE_DIRS "inc"
PRIV_INCLUDE_DIRS "src"
REQUIRES esp_lcd esp_lcd_touch driver
REQUIRES esp_lvgl_port esp_lcd esp_lcd_touch driver
)