mirror of
https://github.com/g4klx/MMDVMHost
synced 2025-12-22 16:25:45 +08:00
Leave display in idle brightness for CW transmission
This commit is contained in:
@@ -238,8 +238,6 @@ void CNextion::writeCWInt()
|
|||||||
sendCommand("page MMDVM");
|
sendCommand("page MMDVM");
|
||||||
|
|
||||||
char command[30];
|
char command[30];
|
||||||
::sprintf(command, "dim=%u", m_brightness);
|
|
||||||
sendCommand(command);
|
|
||||||
|
|
||||||
::sprintf(command, "t0.txt=\"%-6s / %u\"", m_callsign.c_str(), m_dmrid);
|
::sprintf(command, "t0.txt=\"%-6s / %u\"", m_callsign.c_str(), m_dmrid);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user