Add routines for TFTSerial

This commit is contained in:
phl0 2016-09-15 23:26:17 +02:00
parent 7ab66136ee
commit 4cf0c9031a
No known key found for this signature in database
GPG key ID: 48EA1E640798CA9A

View file

@ -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()