mirror of
https://github.com/g4klx/MMDVMHost
synced 2025-12-21 23:45:49 +08:00
Add source identifier to TFTSerial displays
This commit is contained in:
@@ -159,7 +159,7 @@ void CTFTSerial::writeDStar(const char* my1, const char* my2, const char* your,
|
|||||||
}
|
}
|
||||||
|
|
||||||
char text[30U];
|
char text[30U];
|
||||||
::sprintf(text, "%.8s/%4.4s", my1, my2);
|
::sprintf(text, "%s %.8s/%4.4s", type, my1, my2);
|
||||||
|
|
||||||
gotoPosPixel(5U, 80U);
|
gotoPosPixel(5U, 80U);
|
||||||
displayText(text);
|
displayText(text);
|
||||||
|
|||||||
Reference in New Issue
Block a user