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

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

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

    Issue actions