Rename display_espressif_hal.c to lv_port_display_espressif.c
This commit is contained in:
parent
c797562321
commit
f6307afabc
|
@ -8,7 +8,7 @@ list(APPEND SOURCES "lvgl_tft/esp_lcd_backlight.c")
|
|||
# This are the source files used for mcu abstraction
|
||||
set(LV_PORT_PATH "lv_port")
|
||||
|
||||
list(APPEND SOURCES "${LV_PORT_PATH}/display_espressif_hal.c")
|
||||
list(APPEND SOURCES "${LV_PORT_PATH}/lv_port_display_espressif.c")
|
||||
|
||||
#@todo add SimleInclude macro here
|
||||
|
||||
|
|
Loading…
Reference in a new issue