Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions bsp/nuvoton/nk-980iot/applications/lvgl/lv_conf.h
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,5 @@
#define LV_USE_DEMO_RTT_MUSIC 1
#define LV_DEMO_RTT_MUSIC_AUTO_PLAY 1

#define LV_DISP_DEF_REFR_PERIOD 16

//#define CONFIG_LV_LOG_LEVEL LV_LOG_LEVEL_TRACE
#endif
2 changes: 0 additions & 2 deletions bsp/nuvoton/nk-n9h30/applications/lvgl/lv_conf.h
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,5 @@
#define LV_DEMO_MUSIC_AUTO_PLAY 1
#endif

//#define LV_DISP_DEF_REFR_PERIOD 16

//#define CONFIG_LV_LOG_LEVEL LV_LOG_LEVEL_TRACE
#endif
1 change: 0 additions & 1 deletion bsp/nuvoton/numaker-iot-m487/applications/lvgl/lv_conf.h
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@
//#define LV_USE_DEMO_BENCHMARK 1
#define LV_USE_DEMO_WIDGETS 1
#define LV_DEMO_WIDGETS_SLIDESHOW 1
#define LV_DISP_DEF_REFR_PERIOD 16

//#define CONFIG_LV_LOG_LEVEL LV_LOG_LEVEL_TRACE
#endif
1 change: 0 additions & 1 deletion bsp/nuvoton/numaker-m032ki/applications/lvgl/lv_conf.h
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@
//#define LV_USE_DEMO_BENCHMARK 1
#define LV_USE_DEMO_WIDGETS 1
#define LV_DEMO_WIDGETS_SLIDESHOW 1
//#define LV_DISP_DEF_REFR_PERIOD 16

//#define CONFIG_LV_LOG_LEVEL LV_LOG_LEVEL_TRACE
#endif
2 changes: 0 additions & 2 deletions bsp/nuvoton/numaker-m2354/applications/lvgl/lv_conf.h
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,5 @@
#define LV_USE_DEMO_RTT_MUSIC 1
#define LV_DEMO_RTT_MUSIC_AUTO_PLAY 1

#define LV_DISP_DEF_REFR_PERIOD 16

//#define CONFIG_LV_LOG_LEVEL LV_LOG_LEVEL_TRACE
#endif
1 change: 0 additions & 1 deletion bsp/nuvoton/numaker-pfm-m487/applications/lvgl/lv_conf.h
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@
//#define LV_USE_DEMO_BENCHMARK 1
#define LV_USE_DEMO_WIDGETS 1
#define LV_DEMO_WIDGETS_SLIDESHOW 1
#define LV_DISP_DEF_REFR_PERIOD 16

//#define CONFIG_LV_LOG_LEVEL LV_LOG_LEVEL_TRACE
#endif
4 changes: 2 additions & 2 deletions bsp/qemu-vexpress-a9/applications/lvgl/lv_conf.h
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@
#ifndef LV_CONF_H
#define LV_CONF_H

#include <rtconfig.h>

#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
Expand Down
4 changes: 2 additions & 2 deletions bsp/simulator/applications/lvgl/lv_conf.h
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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
Expand Down