mirror of
https://github.com/g4klx/MMDVMHost.git
synced 2026-04-05 06:25:24 +00:00
Add Support for OLED Rotate
This commit is contained in:
parent
66a37d7d25
commit
f3c8f73ad9
6 changed files with 22 additions and 3 deletions
2
Conf.h
2
Conf.h
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue