Modify the 3.5" Nextion display to make it the same as the others.

This commit is contained in:
Jonathan Naylor
2016-05-23 18:36:53 +01:00
parent 92cf3ed203
commit d474328c58
8 changed files with 10 additions and 33 deletions

2
Conf.h
View File

@@ -128,7 +128,6 @@ public:
unsigned int getHD44780PWMDim() const;
// The Nextion section
std::string getNextionSize() const;
std::string getNextionPort() const;
unsigned int getNextionBrightness() const;
@@ -223,7 +222,6 @@ private:
unsigned int m_hd44780PWMBright;
unsigned int m_hd44780PWMDim;
std::string m_nextionSize;
std::string m_nextionPort;
unsigned int m_nextionBrightness;