mirror of
https://github.com/g4klx/MMDVMHost
synced 2025-12-24 01:25:41 +08:00
Clear line with URcall while going to LISTENING mode
This commit is contained in:
@@ -135,7 +135,7 @@ void CHD44780::clearDStar()
|
||||
::lcdPrintf(m_fd, "%.*s", m_cols, LISTENING);
|
||||
|
||||
::lcdPosition(m_fd, 0, 2);
|
||||
::lcdPrintf(m_fd, "%.*s", m_cols, "");
|
||||
::lcdPrintf(m_fd, "%.*s", m_cols, " ");
|
||||
} else {
|
||||
::lcdPosition(m_fd, 0, 1);
|
||||
::lcdPrintf(m_fd, "%.*s", m_cols, LISTENING);
|
||||
|
||||
Reference in New Issue
Block a user