Clean up the OLED configuration.

This commit is contained in:
Jonathan Naylor
2016-11-03 21:43:29 +00:00
parent 8f2a2a1d46
commit b69336dca1
5 changed files with 23 additions and 24 deletions

4
Conf.h
View File

@@ -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;