How to The rotate obj

Features similar to CSS3 2D rotate()

You would have to use a canvas for this, as rotation requires a bitmap and LVGL currently doesn’t work with bitmaps at a widget level.

The ability to render an object on a canvas is planned for a minor release in the 8.x series.

UPDATE: That feature was silently removed from the roadmap a few days ago - not sure why.

1 Like