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
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