mirror of
https://github.com/g4klx/MMDVMHost.git
synced 2026-04-05 22:45:31 +00:00
Initial LCDproc support
This commit is contained in:
parent
b68b11442f
commit
627e4f1dc3
12 changed files with 785 additions and 10 deletions
13
Conf.h
13
Conf.h
|
|
@ -181,6 +181,13 @@ public:
|
|||
unsigned char getOLEDBrightness() const;
|
||||
unsigned char getOLEDInvert() const;
|
||||
|
||||
// The LCDproc section
|
||||
std::string getLCDprocAddress() const;
|
||||
unsigned int getLCDprocPort() const;
|
||||
unsigned int getLCDprocLocalPort() const;
|
||||
bool getLCDprocDisplayClock() const;
|
||||
bool getLCDprocUTC() const;
|
||||
|
||||
private:
|
||||
std::string m_file;
|
||||
std::string m_callsign;
|
||||
|
|
@ -315,6 +322,12 @@ private:
|
|||
unsigned char m_oledType;
|
||||
unsigned char m_oledBrightness;
|
||||
unsigned char m_oledInvert;
|
||||
|
||||
std::string m_lcdprocAddress;
|
||||
unsigned int m_lcdprocPort;
|
||||
unsigned int m_lcdprocLocalPort;
|
||||
bool m_lcdprocDisplayClock;
|
||||
bool m_lcdprocUTC;
|
||||
};
|
||||
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue