mirror of https://github.com/g4klx/MMDVMHost
Formatting for consistency
This commit is contained in:
parent
352c487279
commit
8aa52ae13d
|
|
@ -354,7 +354,7 @@ void CHD44780::writeDMR(unsigned int slotNo, const std::string& src, bool group,
|
||||||
::lcdPuts(m_fd, "DMR ");
|
::lcdPuts(m_fd, "DMR ");
|
||||||
::lcdPosition(m_fd, 0, 1);
|
::lcdPosition(m_fd, 0, 1);
|
||||||
// ::lcdPrintf(m_fd, "%.*s", m_cols, LISTENING);
|
// ::lcdPrintf(m_fd, "%.*s", m_cols, LISTENING);
|
||||||
::lcdPrintf(m_fd, "%-16s", "Listening...");
|
::lcdPrintf(m_fd, "%-16s", "Listening");
|
||||||
}
|
}
|
||||||
} else if (m_rows == 4U && m_cols == 16U) {
|
} else if (m_rows == 4U && m_cols == 16U) {
|
||||||
::lcdPosition(m_fd, 0, 0);
|
::lcdPosition(m_fd, 0, 0);
|
||||||
|
|
@ -486,7 +486,7 @@ void CHD44780::clearDMR(unsigned int slotNo)
|
||||||
::lcdPuts(m_fd, "DMR ");
|
::lcdPuts(m_fd, "DMR ");
|
||||||
::lcdPosition(m_fd, 0, 1);
|
::lcdPosition(m_fd, 0, 1);
|
||||||
// ::lcdPrintf(m_fd, "%.*s", m_cols, LISTENING);
|
// ::lcdPrintf(m_fd, "%.*s", m_cols, LISTENING);
|
||||||
::lcdPrintf(m_fd, "%-16s", "Listening...");
|
::lcdPrintf(m_fd, "%-16s", "Listening");
|
||||||
}
|
}
|
||||||
} else if (m_rows == 4U && m_cols == 16U) {
|
} else if (m_rows == 4U && m_cols == 16U) {
|
||||||
if (slotNo == 1U) {
|
if (slotNo == 1U) {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue