Skip to content

Commit ed54188

Browse files
authored
Merge pull request #714 from pd9mwo/patch-1
Update HD44780.cpp with POCSAG
2 parents 433cb44 + 4b0e016 commit ed54188

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

HD44780.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1052,13 +1052,13 @@ void CHD44780::clearNXDNInt()
10521052

10531053
void CHD44780::writePOCSAGInt(uint32_t ric, const std::string& message)
10541054
{
1055-
::lcdPosition(m_fd, m_cols - 5, m_rows - 1);
1055+
::lcdPosition(m_fd, m_cols - 9, m_rows - 1);
10561056
::lcdPuts(m_fd, "POCSAG TX");
10571057
}
10581058

10591059
void CHD44780::clearPOCSAGInt()
10601060
{
1061-
::lcdPosition(m_fd, m_cols - 5, m_rows - 1);
1061+
::lcdPosition(m_fd, m_cols - 9, m_rows - 1);
10621062
::lcdPuts(m_fd, " Idle");
10631063
}
10641064

0 commit comments

Comments
 (0)