-
Notifications
You must be signed in to change notification settings - Fork 31
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
Which ESP32' pin for TFT ? #6
Comments
These did a job for me (->TFT control; not sound/SD) |
@Jekyll555 Thank you. Can this board be controled the blacklight for turning on / turning off ? |
HI @TridentTD , As you might have found there is no PIN to control the backlight mentioned. Possibly there is a way to switch the backlight via writing/setting certain control registers... frankly I have no experience on which common drivers (ILI9341) support this (in which way)... |
@JekyII555 |
Stumbling upon this years later. Did any of you find out if the backlight can be turned off? |
I want to know the pins for TTGO-TM-ESP32's TFT .
PIN_MISO ??? // SPI MISO
PIN_MOSI ??? // SPI MOSI
PIN_CLK ??? // SPI CLOCK pin
PIN_CS ??? // Display CS pin
PIN_DC ??? // Display command/data pin
PIN_RESET ??? // Reset Pin
Thank you.
The text was updated successfully, but these errors were encountered: