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

ST7789 parameers for TTGO color LCD 135x240 #321

Open
faon opened this issue Jul 9, 2020 · 0 comments
Open

ST7789 parameers for TTGO color LCD 135x240 #321

faon opened this issue Jul 9, 2020 · 0 comments

Comments

@faon
Copy link

faon commented Jul 9, 2020

Hello, here are the checked parameters working on my cute TTGO on-board color display

Add in the demonstration
( https://github.com/loboris/MicroPython_ESP32_psRAM_LoBo/wiki/display )

#AE-20200709: ESP32- TTGO Color LCD 240x135
tft.init(tft.ST7789, rst_pin=23, backl_pin=4, miso=0, mosi=19, clk=18, cs=5, dc=16, width=235, height=340, backl_on=1)

Thanks for your nice work !

      Alain
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