Enabled the chart widget in the LVGL config file as it is used in the altimeter app

This commit is contained in:
anschrammh 2024-01-16 13:08:03 +01:00
parent 29ceeb91aa
commit 07dba20b3a

View File

@ -523,7 +523,7 @@
#define LV_USE_CALENDAR_HEADER_DROPDOWN 1 #define LV_USE_CALENDAR_HEADER_DROPDOWN 1
#endif /*LV_USE_CALENDAR*/ #endif /*LV_USE_CALENDAR*/
#define LV_USE_CHART 0 #define LV_USE_CHART 1
#define LV_USE_COLORWHEEL 0 #define LV_USE_COLORWHEEL 0