mirror of
https://github.com/g4klx/MMDVMHost
synced 2025-12-21 15:09:23 +08:00
Add display of CW transmission
This commit is contained in:
6
OLED.cpp
6
OLED.cpp
@@ -235,6 +235,12 @@ void COLED::clearP25Int()
|
|||||||
|
|
||||||
void COLED::writeCWInt()
|
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()
|
void COLED::clearCWInt()
|
||||||
|
|||||||
Reference in New Issue
Block a user