mirror of
https://github.com/g4klx/MMDVMHost.git
synced 2026-04-06 06:53:42 +00:00
Update the display and logging on incoming YSF network data.
This commit is contained in:
parent
d5310f1983
commit
14f36a175d
15 changed files with 158 additions and 89 deletions
2
OLED.cpp
2
OLED.cpp
|
|
@ -187,7 +187,7 @@ void COLED::clearDMRInt(unsigned int slotNo)
|
|||
display.display();
|
||||
}
|
||||
|
||||
void COLED::writeFusionInt(const char* source, const char* dest, const char* type)
|
||||
void COLED::writeFusionInt(const char* source, const char* dest, const char* type, const char* origin)
|
||||
{
|
||||
m_mode = MODE_YSF;
|
||||
display.fillRect(0, OLED_LINE1, display.width(), 10, BLACK);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue