cmake: Add initial display hal implementation for espressif MCUs to the build
This commit is contained in:
parent
0f1a6d490e
commit
37da744873
|
@ -4,6 +4,9 @@ file(GLOB SOURCES *.c)
|
||||||
set(LVGL_INCLUDE_DIRS . lvgl_tft)
|
set(LVGL_INCLUDE_DIRS . lvgl_tft)
|
||||||
list(APPEND SOURCES "lvgl_tft/disp_driver.c")
|
list(APPEND SOURCES "lvgl_tft/disp_driver.c")
|
||||||
list(APPEND SOURCES "lvgl_tft/esp_lcd_backlight.c")
|
list(APPEND SOURCES "lvgl_tft/esp_lcd_backlight.c")
|
||||||
|
list(APPEND SOURCES "lvgl_tft/display_espressif_hal.c")
|
||||||
|
|
||||||
|
#@todo add SimleInclude macro here
|
||||||
|
|
||||||
# Build all display drivers
|
# Build all display drivers
|
||||||
list(APPEND SOURCES "lvgl_tft/ili9341.c")
|
list(APPEND SOURCES "lvgl_tft/ili9341.c")
|
||||||
|
|
Loading…
Reference in a new issue