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 Ivan I am using an ESP 32 TTGO T Display board and the screen stay black I have to add before calling display.init() these 2 instructions:
backlight= machine.Pin(4) backlight.value(1)
to get the display visible I have looked inside your driver and i don't see any backlight set
Kindly Dan
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hello Ivan
I am using an ESP 32 TTGO T Display board and the screen stay black
I have to add before calling display.init() these 2 instructions:
backlight= machine.Pin(4)
backlight.value(1)
to get the display visible
I have looked inside your driver and i don't see any backlight set
Kindly
Dan
The text was updated successfully, but these errors were encountered: