mirror of
https://github.com/g4klx/MMDVMHost
synced 2025-12-24 09:35:40 +08:00
Add Config option to dim Nextion display in idle
state
This commit is contained in:
2
Conf.h
2
Conf.h
@@ -150,6 +150,7 @@ public:
|
||||
bool getNextionDisplayClock() const;
|
||||
bool getNextionUTC() const;
|
||||
std::string getNextionDateFormat() const;
|
||||
bool getNextionDimOnIdle() const;
|
||||
|
||||
// The OLED section
|
||||
unsigned char getOLEDType() const;
|
||||
@@ -264,6 +265,7 @@ private:
|
||||
bool m_nextionDisplayClock;
|
||||
bool m_nextionUTC;
|
||||
std::string m_nextionDateFormat;
|
||||
bool m_nextionDimOnIdle;
|
||||
|
||||
unsigned char m_oledType;
|
||||
unsigned char m_oledBrightness;
|
||||
|
||||
Reference in New Issue
Block a user