mirror of
https://github.com/g4klx/MMDVMHost.git
synced 2026-04-05 22:45:31 +00:00
Add procedures for CW Ident display to OLED driver
This commit is contained in:
parent
ad312fe607
commit
1fa0f5deb6
1 changed files with 8 additions and 0 deletions
8
OLED.cpp
8
OLED.cpp
|
|
@ -233,6 +233,14 @@ void COLED::clearP25Int()
|
|||
display.display();
|
||||
}
|
||||
|
||||
void COLED::writeCWInt()
|
||||
{
|
||||
}
|
||||
|
||||
void COLED::clearCWInt()
|
||||
{
|
||||
}
|
||||
|
||||
void COLED::close()
|
||||
{
|
||||
display.close();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue