mirror of
https://github.com/g4klx/MMDVMHost
synced 2025-12-22 16:25:45 +08:00
Return to Idle display from CW transmission
This commit is contained in:
6
OLED.cpp
6
OLED.cpp
@@ -245,6 +245,12 @@ void COLED::writeCWInt()
|
|||||||
|
|
||||||
void COLED::clearCWInt()
|
void COLED::clearCWInt()
|
||||||
{
|
{
|
||||||
|
display.setCursor(0,display.height()/2);
|
||||||
|
display.setTextSize(3);
|
||||||
|
display.print("Idle");
|
||||||
|
display.setTextSize(1);
|
||||||
|
display.display();
|
||||||
|
display.startscrollright(0x02,0x0f);
|
||||||
}
|
}
|
||||||
|
|
||||||
void COLED::close()
|
void COLED::close()
|
||||||
|
|||||||
Reference in New Issue
Block a user