Merge pull request #1020 from joltwallet/ram_optim

RAM optimizations
This commit is contained in:
Gabor Kiss-Vamosi
2019-04-19 05:45:13 +02:00
committed by GitHub
10 changed files with 319 additions and 139 deletions

View File

@@ -223,6 +223,7 @@ typedef struct _lv_obj_t
lv_opa_t opa_scale; /*Scale down the opacity by this factor. Effects all children as well*/
lv_coord_t ext_draw_pad; /*EXTtend the size in every direction for drawing. */
#if LV_USE_OBJ_REALIGN
lv_reailgn_t realign;
#endif