feat(style) add transform_x/y

This commit is contained in:
Gabor Kiss-Vamosi
2021-04-15 18:31:50 +02:00
parent e4345bd7f5
commit 9787d38781
11 changed files with 85 additions and 25 deletions

View File

@@ -193,6 +193,7 @@ static void style_init(void)
static const lv_style_prop_t trans_props[] = {
LV_STYLE_BG_OPA, LV_STYLE_BG_COLOR,
LV_STYLE_TRANSFORM_WIDTH, LV_STYLE_TRANSFORM_HEIGHT,
LV_STYLE_TRANSFORM_Y, LV_STYLE_TRANSFORM_X,
LV_STYLE_TRANSFORM_ZOOM, LV_STYLE_TRANSFORM_ANGLE,
LV_STYLE_COLOR_FILTER_OPA, LV_STYLE_COLOR_FILTER_DSC,
0