refactor(meter, chart) make them extra widgets instead of core

This commit is contained in:
Gabor Kiss-Vamosi
2021-05-02 21:59:04 +02:00
parent e76ccc7ed2
commit a8016196a8
8 changed files with 8 additions and 27 deletions

View File

@@ -381,7 +381,6 @@ e.g. "stm32f769xx.h" or "stm32f429xx.h"*/
#define LV_USE_CHECKBOX 1
#define LV_USE_CHART 1
#define LV_USE_DROPDOWN 1 /*Requires: lv_label*/
@@ -395,8 +394,6 @@ e.g. "stm32f769xx.h" or "stm32f429xx.h"*/
#define LV_USE_LINE 1
#define LV_USE_METER 1
#define LV_USE_ROLLER 1 /*Requires: lv_label*/
#if LV_USE_ROLLER
# define LV_ROLLER_INF_PAGES 7 /*Number of extra "pages" when the roller is infinite*/
@@ -434,6 +431,8 @@ e.g. "stm32f769xx.h" or "stm32f429xx.h"*/
# define LV_USE_CALENDAR_HEADER_DROPDOWN 1
#endif /*LV_USE_CALENDAR*/
#define LV_USE_CHART 1
#define LV_USE_COLORWHEEL 1
#define LV_USE_IMGBTN 1
@@ -444,6 +443,8 @@ e.g. "stm32f769xx.h" or "stm32f429xx.h"*/
#define LV_USE_LIST 1
#define LV_USE_METER 1
#define LV_USE_MSGBOX 1
#define LV_USE_SPINBOX 1