lv_demos - project compiles failed in lvgl ver:8.3

This commit is contained in:
marcus_xu
2022-09-14 14:09:04 +08:00
parent 878a85fab1
commit a15977815e
3 changed files with 7 additions and 2 deletions
+1 -1
View File
@@ -23,7 +23,7 @@
#include "bsp_lcd.h"
#include "freertos/FreeRTOS.h"
#include "freertos/task.h"
#include "lv_demo.h"
#include "lv_demos.h"
#include "lv_port.h"
#include "lvgl.h"
+3
View File
@@ -6,8 +6,11 @@ CONFIG_ALL_DISABLE=y
CONFIG_MODEL_IN_SDCARD=y
# CONFIG_USE_WAKENET is not set
# CONFIG_USE_MULTINET is not set
CONFIG_LV_COLOR_16_SWAP=y
CONFIG_LV_MEM_SIZE_KILOBYTES=48
CONFIG_LV_FONT_MONTSERRAT_12=y
CONFIG_LV_FONT_MONTSERRAT_16=y
CONFIG_LV_USE_DEMO_WIDGETS=y
CONFIG_ESP32S3_INSTRUCTION_CACHE_32KB=y
CONFIG_ESP32S3_DATA_CACHE_64KB=y
CONFIG_ESP32S3_DATA_CACHE_LINE_64B=y