8000 TTGO-WATCH-2020 display support · Issue #323 · loboris/MicroPython_ESP32_psRAM_LoBo · GitHub
[go: up one dir, main page]

Skip to content
TTGO-WATCH-2020 display support #323
@cr0mbly

Description

@cr0mbly

Reading the docs it looks like the ST7789V display for this watch should work, I've tested this based on the PIN out provided from the source but can't seem to make it work, any ideas?

from display import TFT

tft = TFT()
tft.init(tft.ST7789, backl_pin=12, miso=0, mosi=19, clk=18, cs=5, dc=27, backl_on=1)

on execution of the above I can't interface with the display, the backlight doesn't event turn on.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      0