Skip to content

Commit df474d7

Browse files
committed
[qemu] 调整lvgl配置参数
1 parent 79e3d7f commit df474d7

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

bsp/qemu-vexpress-a9/drivers/lvgl/lv_conf.h

+3-2
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,12 @@
1111
#ifndef LV_CONF_H
1212
#define LV_CONF_H
1313

14-
#define LV_USE_PERF_MONITOR 1
15-
#define LV_COLOR_DEPTH 16
14+
#define LV_USE_PERF_MONITOR 1
15+
#define LV_COLOR_DEPTH 16
1616

1717
/* music player demo */
1818
#include <rtconfig.h>
19+
#define LV_DISP_DEF_REFR_PERIOD 10
1920
#define LV_HOR_RES_MAX BSP_LCD_WIDTH
2021
#define LV_VER_RES_MAX BSP_LCD_HEIGHT
2122
#define LV_USE_DEMO_RTT_MUSIC 1

0 commit comments

Comments
 (0)