From 9577f0c281e8014c99e69a6666bfdc7f7956bfd1 Mon Sep 17 00:00:00 2001 From: Gabor Kiss-Vamosi Date: Wed, 13 Dec 2023 23:02:14 +0100 Subject: [PATCH] fix lv_conf.h --- lv_conf.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lv_conf.h b/lv_conf.h index 9c24ee71a..025bcbbb5 100644 --- a/lv_conf.h +++ b/lv_conf.h @@ -443,7 +443,7 @@ extern void mp_lv_init_gc(); #define LV_USE_BAR 1 -#define LV_USE_BTN 1 +#define LV_USE_BUTTON 1 #define LV_USE_BUTTONMATRIX 1