Add Support for OLED Rotate

This commit is contained in:
Michael Eckhoff
2018-10-30 09:30:41 -05:00
parent 66a37d7d25
commit f3c8f73ad9
6 changed files with 22 additions and 3 deletions

2
Conf.h
View File

@@ -253,6 +253,7 @@ public:
unsigned char getOLEDBrightness() const;
bool getOLEDInvert() const;
bool getOLEDScroll() const;
bool getOLEDRotate() const;
// The LCDproc section
std::string getLCDprocAddress() const;
@@ -467,6 +468,7 @@ private:
unsigned char m_oledBrightness;
bool m_oledInvert;
bool m_oledScroll;
bool m_oledRotate;
std::string m_lcdprocAddress;
unsigned int m_lcdprocPort;