mirror of
https://github.com/g4klx/MMDVMHost
synced 2026-02-04 22:05:41 +08:00
Add callsign and DMR id to displays idle screen
This commit is contained in:
@@ -27,7 +27,7 @@
|
||||
class CNextion : public IDisplay
|
||||
{
|
||||
public:
|
||||
CNextion(const std::string& port, unsigned int brightness);
|
||||
CNextion(const char* callsign, unsigned int dmrid, const std::string& port, unsigned int brightness);
|
||||
virtual ~CNextion();
|
||||
|
||||
virtual bool open();
|
||||
@@ -52,6 +52,8 @@ public:
|
||||
virtual void close();
|
||||
|
||||
private:
|
||||
const char* m_callsign;
|
||||
unsigned int m_dmrid;
|
||||
CSerialController m_serial;
|
||||
unsigned int m_brightness;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user