mirror of
https://github.com/g4klx/MMDVMHost
synced 2025-12-23 00:35:53 +08:00
Add CW transmission info to HD44780 LCD displays
This commit is contained in:
12
HD44780.cpp
12
HD44780.cpp
@@ -730,6 +730,18 @@ void CHD44780::clearFusionInt()
|
||||
}
|
||||
}
|
||||
|
||||
void CHD44780::writeCWInt()
|
||||
{
|
||||
::lcdPosition(m_fd, m_cols - 5, m_rows - 1);
|
||||
::lcdPuts(m_fd, "CW TX");
|
||||
}
|
||||
|
||||
void CHD44780::clearCWInt()
|
||||
{
|
||||
::lcdPosition(m_fd, m_cols - 5, m_rows - 1);
|
||||
::lcdPuts(m_fd, " Idle");
|
||||
}
|
||||
|
||||
void CHD44780::clockInt(unsigned int ms)
|
||||
{
|
||||
m_clockDisplayTimer.clock(ms);
|
||||
|
||||
Reference in New Issue
Block a user