mirror of
https://github.com/g4klx/MMDVMHost.git
synced 2026-04-04 14:07:36 +00:00
Add functions to Display.cpp and .h
This commit is contained in:
parent
7daa0b9c15
commit
7246fde0ec
2 changed files with 9 additions and 0 deletions
|
|
@ -155,6 +155,11 @@ void CDisplay::clearFusion()
|
|||
}
|
||||
}
|
||||
|
||||
void CDisplay::writeCW()
|
||||
{
|
||||
writeCWInt();
|
||||
}
|
||||
|
||||
void CDisplay::clock(unsigned int ms)
|
||||
{
|
||||
m_timer1.clock(ms);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue