mirror of
https://github.com/g4klx/MMDVMHost
synced 2025-12-24 01:25:41 +08:00
Add routines for TFTSerial
This commit is contained in:
@@ -313,10 +313,16 @@ void CTFTSerial::clearFusionInt()
|
|||||||
|
|
||||||
void CTFTSerial::writeCWInt()
|
void CTFTSerial::writeCWInt()
|
||||||
{
|
{
|
||||||
|
gotoPosPixel(45U, 90U);
|
||||||
|
displayText("CW TX");
|
||||||
|
|
||||||
|
m_mode = MODE_CW;
|
||||||
}
|
}
|
||||||
|
|
||||||
void CTFTSerial::clearCWInt()
|
void CTFTSerial::clearCWInt()
|
||||||
{
|
{
|
||||||
|
gotoPosPixel(45U, 90U);
|
||||||
|
displayText("IDLE");
|
||||||
}
|
}
|
||||||
|
|
||||||
void CTFTSerial::close()
|
void CTFTSerial::close()
|
||||||
|
|||||||
Reference in New Issue
Block a user