mirror of
https://github.com/g4klx/MMDVMHost.git
synced 2026-04-21 06:13:49 +00:00
Clean up the OLED configuration.
This commit is contained in:
parent
8f2a2a1d46
commit
b69336dca1
5 changed files with 23 additions and 24 deletions
4
Conf.h
4
Conf.h
|
|
@ -184,7 +184,7 @@ public:
|
|||
// The OLED section
|
||||
unsigned char getOLEDType() const;
|
||||
unsigned char getOLEDBrightness() const;
|
||||
unsigned char getOLEDInvert() const;
|
||||
bool getOLEDInvert() const;
|
||||
|
||||
// The LCDproc section
|
||||
std::string getLCDprocAddress() const;
|
||||
|
|
@ -331,7 +331,7 @@ private:
|
|||
|
||||
unsigned char m_oledType;
|
||||
unsigned char m_oledBrightness;
|
||||
unsigned char m_oledInvert;
|
||||
bool m_oledInvert;
|
||||
|
||||
std::string m_lcdprocAddress;
|
||||
unsigned int m_lcdprocPort;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue