Upgrade the TFT Serial display driver and displayed information.

This commit is contained in:
Jonathan Naylor
2016-02-16 18:30:12 +00:00
parent 3f6189c103
commit 360ca91de0
11 changed files with 182 additions and 58 deletions

View File

@@ -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)
{
}