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

M5Stack Fire LCD color inverted #14

Open
k4m454k opened this issue Apr 15, 2020 · 1 comment
Open

M5Stack Fire LCD color inverted #14

k4m454k opened this issue Apr 15, 2020 · 1 comment

Comments

@k4m454k
Copy link

k4m454k commented Apr 15, 2020

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
Copy link
Author

k4m454k commented Apr 17, 2020

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

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant