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
{{ message }}
This repository was archived by the owner on Aug 23, 2024. It is now read-only.
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'
Hello
Im flash default config micropython
after
from m5stack import lcdDisplay works, but colors inverted
and..