From 07dba20b3a59cc8c0f573c227a3e08fef32ca798 Mon Sep 17 00:00:00 2001 From: anschrammh Date: Tue, 16 Jan 2024 13:08:03 +0100 Subject: [PATCH] Enabled the chart widget in the LVGL config file as it is used in the altimeter app --- src/W800_SDK_v1.00.10/lvgl/lvgl_port/lv_conf.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/W800_SDK_v1.00.10/lvgl/lvgl_port/lv_conf.h b/src/W800_SDK_v1.00.10/lvgl/lvgl_port/lv_conf.h index ad92e3d..b139c2f 100644 --- a/src/W800_SDK_v1.00.10/lvgl/lvgl_port/lv_conf.h +++ b/src/W800_SDK_v1.00.10/lvgl/lvgl_port/lv_conf.h @@ -523,7 +523,7 @@ #define LV_USE_CALENDAR_HEADER_DROPDOWN 1 #endif /*LV_USE_CALENDAR*/ -#define LV_USE_CHART 0 +#define LV_USE_CHART 1 #define LV_USE_COLORWHEEL 0