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

View File

@@ -28,7 +28,7 @@
class CNextion : public CDisplay
{
public:
CNextion(const std::string& callsign, unsigned int dmrid, const std::string& size, const std::string& port, unsigned int brightness);
CNextion(const std::string& callsign, unsigned int dmrid, const std::string& port, unsigned int brightness);
virtual ~CNextion();
virtual bool open();
@@ -52,7 +52,6 @@ protected:
private:
std::string m_callsign;
unsigned int m_dmrid;
std::string m_size;
CSerialController m_serial;
unsigned int m_brightness;
unsigned char m_mode;