M5Stack_MicroPython icon indicating copy to clipboard operation
M5Stack_MicroPython copied to clipboard

M5Stack Fire LCD color inverted

Open k4m454k opened this issue 5 years ago • 1 comments

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'

k4m454k avatar Apr 15 '20 13:04 k4m454k

Yes.. Need execute lcd.tft_writecmd(0x21) and colors fine)

k4m454k avatar Apr 17 '20 00:04 k4m454k