We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 433cb44 + 4b0e016 commit ed54188Copy full SHA for ed54188
HD44780.cpp
@@ -1052,13 +1052,13 @@ void CHD44780::clearNXDNInt()
1052
1053
void CHD44780::writePOCSAGInt(uint32_t ric, const std::string& message)
1054
{
1055
- ::lcdPosition(m_fd, m_cols - 5, m_rows - 1);
+ ::lcdPosition(m_fd, m_cols - 9, m_rows - 1);
1056
::lcdPuts(m_fd, "POCSAG TX");
1057
}
1058
1059
void CHD44780::clearPOCSAGInt()
1060
1061
1062
::lcdPuts(m_fd, " Idle");
1063
1064
0 commit comments