mirror of
https://github.com/g4klx/MMDVMHost.git
synced 2026-04-06 15:04:18 +00:00
Add POCSAG processing and display code.
This commit is contained in:
parent
27c7342a48
commit
b398bba1ea
33 changed files with 356 additions and 16 deletions
|
|
@ -395,6 +395,20 @@ void CTFTSerial::clearNXDNInt()
|
|||
displayText(" ");
|
||||
}
|
||||
|
||||
void CTFTSerial::writePOCSAGInt(uint32_t ric, const std::string& message)
|
||||
{
|
||||
gotoPosPixel(15U, 90U);
|
||||
displayText("POCSAG TX");
|
||||
|
||||
m_mode = MODE_CW;
|
||||
}
|
||||
|
||||
void CTFTSerial::clearPOCSAGInt()
|
||||
{
|
||||
gotoPosPixel(45U, 90U);
|
||||
displayText("IDLE");
|
||||
}
|
||||
|
||||
void CTFTSerial::writeCWInt()
|
||||
{
|
||||
gotoPosPixel(45U, 90U);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue