From 7926376fc594f034cd0311f7aded36418c7285cf Mon Sep 17 00:00:00 2001 From: Johannes Marbach Date: Sun, 16 Oct 2022 20:16:18 +0200 Subject: [PATCH] Disable grid layout Relates to: #13 --- lv_conf.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lv_conf.h b/lv_conf.h index 77547c2..39ef556 100644 --- a/lv_conf.h +++ b/lv_conf.h @@ -508,7 +508,7 @@ e.g. "stm32f769xx.h" or "stm32f429xx.h"*/ #define LV_USE_FLEX 1 /*A layout similar to Grid in CSS.*/ -#define LV_USE_GRID 1 +#define LV_USE_GRID 0 /*================== * EXAMPLES