faydr / QMesh

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

Make the OLED event-driven #78

Closed faydr closed 3 years ago

faydr commented 3 years ago

Overload the atomic update feature in the different statistic variables to cause an update of the OLED display every time a statistic variable gets updated.

faydr commented 3 years ago

Basically, just subclass the atomic class so that whenever there's a store, the OLED display gets updated.

faydr commented 3 years ago

Didn't subclass anything, but instead just threw an update on the background event queue every time a relevant value was updated.