Use the duplex flag to indicate that a DVMega is being used.

This commit is contained in:
Jonathan Naylor
2016-05-05 17:08:23 +01:00
parent 925f29a982
commit dd5e86a66d
6 changed files with 12 additions and 29 deletions

2
Conf.h
View File

@@ -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;