M5Stack_MicroPython
M5Stack_MicroPython copied to clipboard
M5Stack Fire LCD color inverted
Hello
Im flash default config micropython
after from m5stack import lcd
Display works, but colors inverted
and..
>>> lcd.ptintln("helloworld")
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
AttributeError: 'TFT' object has no attribute 'ptintln'
>>> lcd.ptint("helloworld")
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
AttributeError: 'TFT' object has no attribute 'ptint'
Yes..
Need execute lcd.tft_writecmd(0x21) and colors fine)