Merge pull request #576 from kisvegabor/realign

Add realign feature
This commit is contained in:
Gabor Kiss-Vamosi
2018-11-26 10:33:03 +01:00
committed by GitHub
3 changed files with 287 additions and 27 deletions

View File

@@ -176,6 +176,7 @@
*==================*/
#define LV_OBJ_FREE_NUM_TYPE uint32_t /*Type of free number attribute (comment out disable free number)*/
#define LV_OBJ_FREE_PTR 1 /*Enable the free pointer attribute*/
#define LV_OBJ_REALIGN 1 /*Enable `lv_obj_realaign()` based on `lv_obj_align()` parameters*/
/*==================
* LV OBJ X USAGE