loboris / MicroPython_K210_LoBo

MicroPython implementation for Kendryte K210
128 stars 24 forks source link

TFT Display on Maix Amigo #25

Open elixx opened 3 years ago

elixx commented 3 years ago

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()

image

tft.init(rot=tft.PORTRAIT)

image

tft.init(rot=tft.LANDSCAPE_FLIP)

image

loboris commented 3 years ago

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).

ramsesgarciad commented 6 months ago

this error are solded?