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
I am trying to have a UI that is rotatable, similar to how a smartphone would rotate the screen,( press a button screen rotate from 0 degree to 90, press again: from 90 to 180 etc.)
and not sure what's my option for that.
Currently, my plan would be to duplicate a page 4 times, ie: main 0degree, main 90 degrees, main 180 degrees, main 270 degrees. And then rotate each widget individually.
However, the Transform rotation function worries me a bit, since the graphic is outside its selection box, and not quite sure if the rotation is memory intensive?
Here's what I have right now
And this is what I want
The text was updated successfully, but these errors were encountered:
My advice for you is to ask this question in the LVGL Forum. When you get the best advice how to do it in LVGL then you can come here and we can discuss what are the best options to support that solution in EEZ Studio.
I am trying to have a UI that is rotatable, similar to how a smartphone would rotate the screen,( press a button screen rotate from 0 degree to 90, press again: from 90 to 180 etc.)
and not sure what's my option for that.
Currently, my plan would be to duplicate a page 4 times, ie: main 0degree, main 90 degrees, main 180 degrees, main 270 degrees. And then rotate each widget individually.
However, the
Transform rotation
function worries me a bit, since the graphic is outside its selection box, and not quite sure if the rotation is memory intensive?Here's what I have right now
And this is what I want
The text was updated successfully, but these errors were encountered: