fix(kconfig): update Kconfig and lv_conf_kconfig.h (#4338)

Signed-off-by: Peter Bee <bijunda1@xiaomi.com>
Signed-off-by: Peter Bee <pbjd97@gmail.com>
This commit is contained in:
Peter Bee
2023-07-10 05:27:32 +08:00
committed by GitHub
parent 8d375ef12e
commit 36c5f19c95
12 changed files with 124 additions and 53 deletions

View File

@@ -1,6 +1,6 @@
#include "../../lv_examples.h"
//TODO Should be a chart feature
#if LV_USE_CHART && LV_USE_DRAW_MASKS && LV_BUILD_EXAMPLES && 0
#if LV_USE_CHART && LV_DRAW_SW_COMPLEX && LV_BUILD_EXAMPLES && 0
/* A struct is used to keep track of the series list because later we need to draw to the series in the reverse order to which they were initialised. */
typedef struct {