Edzelf / ESP32Radio-V2

New version of the well known ESP32 Radio. Now optional I2S output!
Apache License 2.0
182 stars 45 forks source link

Screen Blank for OLED (instead of powering off the backlight) #143

Open trip5 opened 3 months ago

trip5 commented 3 months ago

I use an OLED and I really like it...

Would it be possible to implement a config option to have the screen just blank after a set period?

On an OLED this would basically be the equivalent of turning off the display. I imagine it could fit with the current TFT LCD option with a little extra work... just have it blank the screen completely after the timeout...? Is it possible?

Edzelf commented 3 months ago

I will try to implement this in the next release.