mirror of
https://github.com/g4klx/MMDVMHost
synced 2026-02-05 06:05:42 +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