mirror of
https://github.com/g4klx/MMDVMHost.git
synced 2026-04-07 07:23:53 +00:00
Update HD44780.cpp
POCSAG TX wont fit on a HD47780 16x2 screen
This commit is contained in:
parent
433cb441be
commit
4b0e016355
1 changed files with 2 additions and 2 deletions
|
|
@ -1052,13 +1052,13 @@ void CHD44780::clearNXDNInt()
|
|||
|
||||
void CHD44780::writePOCSAGInt(uint32_t ric, const std::string& message)
|
||||
{
|
||||
::lcdPosition(m_fd, m_cols - 5, m_rows - 1);
|
||||
::lcdPosition(m_fd, m_cols - 9, m_rows - 1);
|
||||
::lcdPuts(m_fd, "POCSAG TX");
|
||||
}
|
||||
|
||||
void CHD44780::clearPOCSAGInt()
|
||||
{
|
||||
::lcdPosition(m_fd, m_cols - 5, m_rows - 1);
|
||||
::lcdPosition(m_fd, m_cols - 9, m_rows - 1);
|
||||
::lcdPuts(m_fd, " Idle");
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue