We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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 !
The text was updated successfully, but these errors were encountered: