mirror of
https://github.com/g4klx/MMDVMHost.git
synced 2026-04-04 14:07:36 +00:00
Add display of CW transmission
This commit is contained in:
parent
1fa0f5deb6
commit
baa2dfa380
1 changed files with 6 additions and 0 deletions
6
OLED.cpp
6
OLED.cpp
|
|
@ -235,6 +235,12 @@ void COLED::clearP25Int()
|
|||
|
||||
void COLED::writeCWInt()
|
||||
{
|
||||
display.setCursor(0,display.height()/2);
|
||||
display.setTextSize(3);
|
||||
display.print("CW TX");
|
||||
display.setTextSize(1);
|
||||
display.display();
|
||||
display.startscrollright(0x02,0x0f);
|
||||
}
|
||||
|
||||
void COLED::clearCWInt()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue