chore(lv_conf_temaple.h): add comments to FLEX and GRID
This commit is contained in:
@@ -483,7 +483,11 @@ typedef void * lv_user_data_t;
|
||||
/*-----------
|
||||
* Layouts
|
||||
*----------*/
|
||||
|
||||
/*A layout similar to Flexbox in CSS.*/
|
||||
#define LV_USE_FLEX 1
|
||||
|
||||
/*A layout similar to Grid in CSS.*/
|
||||
#define LV_USE_GRID 1
|
||||
|
||||
/*==================
|
||||
|
||||
@@ -1437,6 +1437,8 @@ e.g. "stm32f769xx.h" or "stm32f429xx.h"*/
|
||||
/*-----------
|
||||
* Layouts
|
||||
*----------*/
|
||||
|
||||
/*A layout similar to Flexbox in CSS.*/
|
||||
#ifndef LV_USE_FLEX
|
||||
# ifdef CONFIG_LV_USE_FLEX
|
||||
# define LV_USE_FLEX CONFIG_LV_USE_FLEX
|
||||
@@ -1444,6 +1446,8 @@ e.g. "stm32f769xx.h" or "stm32f429xx.h"*/
|
||||
# define LV_USE_FLEX 1
|
||||
# endif
|
||||
#endif
|
||||
|
||||
/*A layout similar to Grid in CSS.*/
|
||||
#ifndef LV_USE_GRID
|
||||
# ifdef CONFIG_LV_USE_GRID
|
||||
# define LV_USE_GRID CONFIG_LV_USE_GRID
|
||||
|
||||
Reference in New Issue
Block a user