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 have the Sipheed Maix Amigo flashed and working good so far, very fast so far, but I'm trying to get all of the peripherals to work. Is there any way to mirror the screen instead of just changing orientation, or a device level config that I'm missing?
tft.init()
tft.init(rot=tft.PORTRAIT)
tft.init(rot=tft.LANDSCAPE_FLIP)
The text was updated successfully, but these errors were encountered:
Sorry for late reply.
It can be done, but it is not configurable at the moment from MicroPython.
I'll try to add the mirroring options before the next update (expected by the end of this week).
I have the Sipheed Maix Amigo flashed and working good so far, very fast so far, but I'm trying to get all of the peripherals to work. Is there any way to mirror the screen instead of just changing orientation, or a device level config that I'm missing?
tft.init()
tft.init(rot=tft.PORTRAIT)
tft.init(rot=tft.LANDSCAPE_FLIP)
The text was updated successfully, but these errors were encountered: