Merge branch 'lvgl:master' into master

This commit is contained in:
Martin 2021-06-21 20:15:32 +02:00 committed by GitHub
commit 4004726e33
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
38 changed files with 567 additions and 86 deletions

View file

@ -45,6 +45,8 @@ elseif(CONFIG_LV_TFT_DISPLAY_CONTROLLER_RA8875)
list(APPEND SOURCES "lvgl_tft/ra8875.c")
elseif(CONFIG_LV_TFT_DISPLAY_CONTROLLER_GC9A01)
list(APPEND SOURCES "lvgl_tft/GC9A01.c")
elseif(CONFIG_LV_TFT_DISPLAY_CONTROLLER_ILI9163C)
list(APPEND SOURCES "lvgl_tft/ili9163c.c")
else()
message(WARNING "LVGL ESP32 drivers: Display controller not defined.")
endif()