mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2026-09-21 10:36:04 +08:00
[lvgl] remove LV_DISP_DEF_REFR_PERIOD which are defined manually (#5976)
This commit is contained in:
@@ -11,6 +11,8 @@
|
||||
#ifndef LV_CONF_H
|
||||
#define LV_CONF_H
|
||||
|
||||
#include <rtconfig.h>
|
||||
|
||||
#define LV_USE_PERF_MONITOR 1
|
||||
#define LV_COLOR_DEPTH 32
|
||||
|
||||
@@ -20,8 +22,6 @@
|
||||
//#define LV_USE_FS_WIN32 1
|
||||
|
||||
/* 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
|
||||
|
||||
Reference in New Issue
Block a user