[qemu] 调整lvgl配置参数

This commit is contained in:
Meco Man 2021-12-15 02:17:18 -05:00
parent 79e3d7f48e
commit df474d79c5
1 changed files with 3 additions and 2 deletions

View File

@ -11,11 +11,12 @@
#ifndef LV_CONF_H
#define LV_CONF_H
#define LV_USE_PERF_MONITOR 1
#define LV_COLOR_DEPTH 16
#define LV_USE_PERF_MONITOR 1
#define LV_COLOR_DEPTH 16
/* music player demo */
#include <rtconfig.h>
#define LV_DISP_DEF_REFR_PERIOD 10
#define LV_HOR_RES_MAX BSP_LCD_WIDTH
#define LV_VER_RES_MAX BSP_LCD_HEIGHT
#define LV_USE_DEMO_RTT_MUSIC 1