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

M5Stack Fire LCD color inverted #14

@k4m454k

Description

@k4m454k

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'

Activity

k4m454k

k4m454k commented on Apr 17, 2020

@k4m454k
Author

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

      Development

      No branches or pull requests

        Participants

        @k4m454k

        Issue actions

          M5Stack Fire LCD color inverted · Issue #14 · m5stack/M5Stack_MicroPython