lora-aprs / LoRa_APRS_iGate

This is a LoRa APRS iGate/Digi based on an ESP32
https://www.lora-aprs.info
MIT License
348 stars 112 forks source link

Prevent OLED burn in #190

Closed HelmiBeh closed 2 years ago

HelmiBeh commented 2 years ago

After some month of operation, some of the OLED shows burn in effects, if the same text is displayed with high brightness. To prevent this, it should be possible to lower brightness or the display is inverted after a couple of hours.

peterus commented 2 years ago

you can set the display option always_on to false, in this case the display will just be turned on in special cases. https://github.com/lora-aprs/LoRa_APRS_iGate/blob/a599edabe29adea1ed0b08aff77cee505f5a4d14/data/is-cfg.json#L55