Disable grid layout

Relates to: #13
This commit is contained in:
Johannes Marbach 2022-10-16 20:16:18 +02:00
parent 9fc71ca2ba
commit 7926376fc5

View file

@ -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