Skip to content

Commit

Permalink
Merge pull request #716 from KE7FNS/master
Browse files Browse the repository at this point in the history
  • Loading branch information
g4klx committed Oct 13, 2021
2 parents cd7527a + df12cf1 commit 12282f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion HD44780.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1053,7 +1053,7 @@ void CHD44780::clearNXDNInt()
void CHD44780::writePOCSAGInt(uint32_t ric, const std::string& message)
{
::lcdPosition(m_fd, m_cols - 5, m_rows - 1);
::lcdPuts(m_fd, "POCSAG"); // Shortened "POCSAG TX" to 5 characters because it wraps around onto the next line (or on 16x2 displays the 1st line).
::lcdPuts(m_fd, "POCSG"); // Shortened "POCSAG TX" to 5 characters because it wraps around onto the next line (or on 16x2 displays the 1st line).
}

void CHD44780::clearPOCSAGInt()
Expand Down

0 comments on commit 12282f7

Please sign in to comment.