mirror of
https://github.com/g4klx/MMDVMHost.git
synced 2026-04-21 06:13:49 +00:00
Add configurable scrolling to the OLED display.
This commit is contained in:
parent
8d9cfb0f46
commit
3749b8d9f4
6 changed files with 25 additions and 11 deletions
2
Conf.h
2
Conf.h
|
|
@ -186,6 +186,7 @@ public:
|
|||
unsigned char getOLEDType() const;
|
||||
unsigned char getOLEDBrightness() const;
|
||||
bool getOLEDInvert() const;
|
||||
bool getOLEDScroll() const;
|
||||
|
||||
// The LCDproc section
|
||||
std::string getLCDprocAddress() const;
|
||||
|
|
@ -334,6 +335,7 @@ private:
|
|||
unsigned char m_oledType;
|
||||
unsigned char m_oledBrightness;
|
||||
bool m_oledInvert;
|
||||
bool m_oledScroll;
|
||||
|
||||
std::string m_lcdprocAddress;
|
||||
unsigned int m_lcdprocPort;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue