mirror of
https://github.com/g4klx/MMDVMHost.git
synced 2026-04-06 15:04:18 +00:00
Add routines for TFTSerial
This commit is contained in:
parent
7ab66136ee
commit
4cf0c9031a
1 changed files with 6 additions and 0 deletions
|
|
@ -313,10 +313,16 @@ void CTFTSerial::clearFusionInt()
|
|||
|
||||
void CTFTSerial::writeCWInt()
|
||||
{
|
||||
gotoPosPixel(45U, 90U);
|
||||
displayText("CW TX");
|
||||
|
||||
m_mode = MODE_CW;
|
||||
}
|
||||
|
||||
void CTFTSerial::clearCWInt()
|
||||
{
|
||||
gotoPosPixel(45U, 90U);
|
||||
displayText("IDLE");
|
||||
}
|
||||
|
||||
void CTFTSerial::close()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue