mirror of
https://github.com/g4klx/MMDVMHost
synced 2025-12-21 15:09:23 +08:00
Modify the 3.5" Nextion display to make it the same as the others.
This commit is contained in:
2
Conf.h
2
Conf.h
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user