Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

TTGO-WATCH-2020 display support #323

Open
cr0mbly opened this issue Aug 3, 2020 · 1 comment
Open

TTGO-WATCH-2020 display support #323

cr0mbly opened this issue Aug 3, 2020 · 1 comment

Comments

@cr0mbly
Copy link

cr0mbly commented Aug 3, 2020

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.

@cr0mbly
Copy link
Author

cr0mbly commented Aug 3, 2020

I ended up finding a helpful example that got this going using an alternative firmware, here's an example, for anyone looking in the future.

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

No branches or pull requests

1 participant