mirror of
https://github.com/g4klx/MMDVMHost.git
synced 2026-04-05 22:45:31 +00:00
Upgrade the TFT Serial display driver and displayed information.
This commit is contained in:
parent
3f6189c103
commit
360ca91de0
11 changed files with 182 additions and 58 deletions
|
|
@ -39,7 +39,7 @@ void CNullDisplay::setDStar()
|
|||
{
|
||||
}
|
||||
|
||||
void CNullDisplay::writeDStar(const std::string& call1, const std::string& call2)
|
||||
void CNullDisplay::writeDStar(const char* my1, const char* my2, const char* your)
|
||||
{
|
||||
}
|
||||
|
||||
|
|
@ -51,7 +51,7 @@ void CNullDisplay::setDMR()
|
|||
{
|
||||
}
|
||||
|
||||
void CNullDisplay::writeDMR(unsigned int slotNo, unsigned int srcId, bool group, unsigned int dstId)
|
||||
void CNullDisplay::writeDMR(unsigned int slotNo, unsigned int srcId, bool group, unsigned int dstId, const char* type)
|
||||
{
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue