How do I turn off the backlight og this display when using deep sleep mode with esp32-e? I can change the brightness to zero using: ledcWrite( 4, 0 );BUT once I enable deep sle...
JaneYu 2022-04-02 06:39:33 41 Views0 Replies How do I turn off the backlight og this display when using deep sleep mode with esp32-e?
I can change the brightness to zero using:
ledcWrite( 4, 0 );
BUT once I enable deep sleep mode the display backlight turns on again during sleep.


