Minor code beauty
This commit is contained in:
parent
78753cbbad
commit
005590b6aa
2 changed files with 3 additions and 3 deletions
4
Conf.h
4
Conf.h
|
@ -254,7 +254,7 @@ public:
|
||||||
bool getOLEDInvert() const;
|
bool getOLEDInvert() const;
|
||||||
bool getOLEDScroll() const;
|
bool getOLEDScroll() const;
|
||||||
bool getOLEDRotate() const;
|
bool getOLEDRotate() const;
|
||||||
bool getOLEDLogoScreensaver() const;
|
bool getOLEDLogoScreensaver() const;
|
||||||
|
|
||||||
// The LCDproc section
|
// The LCDproc section
|
||||||
std::string getLCDprocAddress() const;
|
std::string getLCDprocAddress() const;
|
||||||
|
@ -478,7 +478,7 @@ private:
|
||||||
bool m_oledInvert;
|
bool m_oledInvert;
|
||||||
bool m_oledScroll;
|
bool m_oledScroll;
|
||||||
bool m_oledRotate;
|
bool m_oledRotate;
|
||||||
bool m_oledLogoScreensaver;
|
bool m_oledLogoScreensaver;
|
||||||
|
|
||||||
std::string m_lcdprocAddress;
|
std::string m_lcdprocAddress;
|
||||||
unsigned int m_lcdprocPort;
|
unsigned int m_lcdprocPort;
|
||||||
|
|
2
OLED.h
2
OLED.h
|
@ -83,7 +83,7 @@ private:
|
||||||
bool m_displayInvert;
|
bool m_displayInvert;
|
||||||
bool m_displayScroll;
|
bool m_displayScroll;
|
||||||
bool m_displayRotate;
|
bool m_displayRotate;
|
||||||
bool m_displayLogoScreensaver;
|
bool m_displayLogoScreensaver;
|
||||||
bool m_slot1Enabled;
|
bool m_slot1Enabled;
|
||||||
bool m_slot2Enabled;
|
bool m_slot2Enabled;
|
||||||
std::string m_ipaddress;
|
std::string m_ipaddress;
|
||||||
|
|
Loading…
Reference in a new issue