added separate call / ID info to rest screen for DIY layouts

This commit is contained in:
ON7LDS
2017-12-17 19:09:28 +01:00
parent 13d9320205
commit f930a7fb9f
2 changed files with 25 additions and 3 deletions

View File

@@ -103,6 +103,12 @@ void CNextion::setIdleInt()
::sprintf(command, "t0.txt=\"%s/%u\"", m_callsign.c_str(), m_dmrid);
sendCommand(command);
if (m_screenLayout > 2U) {
::sprintf(command, "t4.txt=\"%s\"", m_callsign.c_str());
sendCommand(command);
::sprintf(command, "t5.txt=\"%u\"", m_dmrid);
sendCommand(command);
}
sendCommandAction(0,17U);
sendCommand("t1.txt=\"MMDVM IDLE\"");