mirror of
https://github.com/g4klx/MMDVMHost.git
synced 2026-04-05 06:25:24 +00:00
Use the duplex flag to indicate that a DVMega is being used.
This commit is contained in:
parent
925f29a982
commit
dd5e86a66d
6 changed files with 12 additions and 29 deletions
2
Conf.h
2
Conf.h
|
|
@ -122,7 +122,6 @@ public:
|
|||
unsigned int getHD44780PWMPin() const;
|
||||
unsigned int getHD44780PWMBright() const;
|
||||
unsigned int getHD44780PWMDim() const;
|
||||
bool getHD44780DVMegaDisplay() const;
|
||||
|
||||
// The Nextion section
|
||||
std::string getNextionSize() const;
|
||||
|
|
@ -211,7 +210,6 @@ private:
|
|||
unsigned int m_hd44780PWMPin;
|
||||
unsigned int m_hd44780PWMBright;
|
||||
unsigned int m_hd44780PWMDim;
|
||||
bool m_hd44780DVMegaDisplay;
|
||||
|
||||
std::string m_nextionSize;
|
||||
std::string m_nextionPort;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue