mirror of
https://github.com/lumapu/ahoy.git
synced 2025-05-21 21:06:10 +02:00
Attention: re-ordered display types, check your settings! #746
improved saving settings of display #747, #746 disabled contrast for Nokia display #746 added Prometheus as compile option #719, #615 update MQTT lib to v1.4.1 limit decimal places to 2 in `live` added `-DPIO_FRAMEWORK_ARDUINO_MMU_CACHE16_IRAM48` to esp8266 debug build #657 a `max-module-power` of `0` disables channel in live view `setup`
This commit is contained in:
parent
6ef7720324
commit
9604687157
13 changed files with 116 additions and 62 deletions
|
@ -21,6 +21,7 @@ class DisplayMono {
|
|||
|
||||
U8G2* mDisplay;
|
||||
|
||||
uint8_t mType;
|
||||
bool mEnPowerSafe, mEnScreenSaver;
|
||||
uint8_t mLuminance;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue