We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 007e508 commit bb694a9Copy full SHA for bb694a9
m5stack/libs/m5ui/image.py
@@ -46,6 +46,7 @@ def __init__(
46
self.set_height(lv.SIZE_CONTENT)
47
self.set_rotation(rotation)
48
self.set_scale(scale_x, scale_y)
49
+ self.set_pivot(0, 0)
50
51
def set_image(self, path):
52
"""Set the image to be displayed.
0 commit comments