Rename display_espressif_hal.c to lv_port_display_espressif.c

This commit is contained in:
C47D 2021-09-07 19:30:31 -05:00
parent c797562321
commit f6307afabc
2 changed files with 1 additions and 1 deletions

View file

@ -8,7 +8,7 @@ list(APPEND SOURCES "lvgl_tft/esp_lcd_backlight.c")
# This are the source files used for mcu abstraction # This are the source files used for mcu abstraction
set(LV_PORT_PATH "lv_port") 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 #@todo add SimleInclude macro here