This repository was archived by the owner on Aug 23, 2024. It is now read-only.

Description
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'