You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[17:06:18][I][lvgl:000]: [Warn] (2228973.661, +7920) lv_draw_sw_layer_create: Rendering this widget needs LV_COLOR_SCREEN_TRANSP 1 (in lv_draw_sw_layer.c line #47)
[17:06:18][I][lvgl:000]: [Warn] (2228973.661, +0) refr_obj: Couldn't create a new layer context (in lv_refr.c line #912)
Uh oh!
There was an error while loading. Please reload this page.
Was trying to rotate a label by 180 degrees.
resulted in:
According to https://docs.lvgl.io/8.3/overview/style-props.html?highlight=transform_angle#transform-angle The value is interpreted in 0.1 degree units. E.g. 450 means 45 deg. If I try 1800 I get
value must be at most 360.0.
Do we apply a conversion to float here?transform_zoom
has the same issue,translate_x
works, btw.The text was updated successfully, but these errors were encountered: