faydr / QMesh

QMesh: a synchronized flooded mesh network for voice over LoRa
GNU General Public License v3.0
140 stars 14 forks source link

Make the OLED display controllable on/off #103

Closed faydr closed 3 years ago

faydr commented 3 years ago

Leaving the OLED display on for months at a time leads to noticeable burn-in. Make it so that the pushbutton can turn it on and off (without affecting anything else). Likewise, add in a SerialMsg-based command to do the same thing remotely, and also return the current status of the OLED display.

faydr commented 3 years ago

Done.