mirror of
https://github.com/g4klx/MMDVMHost.git
synced 2026-01-20 15:30:23 +01:00
Add source identifier to 2-lined displays
This commit is contained in:
parent
975edd2dea
commit
6e9ff3370b
|
|
@ -130,7 +130,7 @@ void CHD44780::writeDStar(const char* my1, const char* my2, const char* your, co
|
|||
::lcdPrintf(m_fd, "%.*s", m_cols, buffer);
|
||||
} else {
|
||||
char buffer[40U];
|
||||
::sprintf(buffer, "%.8s/%.4s > %.8s", my1, my2, your);
|
||||
::sprintf(buffer, "%s %.8s/%.4s > %.8s", type, my1, my2, your);
|
||||
|
||||
::lcdPosition(m_fd, 0, 1);
|
||||
::lcdPrintf(m_fd, "%.*s", m_cols, buffer);
|
||||
|
|
|
|||
Loading…
Reference in a new issue