mirror of
https://github.com/g4klx/MMDVMHost
synced 2025-12-21 06:55:52 +08:00
Add functions to Display.cpp and .h
This commit is contained in:
@@ -155,6 +155,11 @@ void CDisplay::clearFusion()
|
||||
}
|
||||
}
|
||||
|
||||
void CDisplay::writeCW()
|
||||
{
|
||||
writeCWInt();
|
||||
}
|
||||
|
||||
void CDisplay::clock(unsigned int ms)
|
||||
{
|
||||
m_timer1.clock(ms);
|
||||
|
||||
Reference in New Issue
Block a user