mirror of
https://github.com/g4klx/MMDVMHost.git
synced 2026-01-27 02:34:16 +01:00
Fix HD44780 4th line not cleared when not in Idle
Removed one too many ::lcdClear() statements!
This commit is contained in:
parent
86debe0ad1
commit
ad0f2c17da
|
|
@ -481,6 +481,7 @@ void CHD44780::writeDMRInt(unsigned int slotNo, const std::string& src, bool gro
|
|||
|
||||
if (!m_dmr) {
|
||||
m_clockDisplayTimer.stop(); // Stop the clock display
|
||||
::lcdClear(m_fd);
|
||||
|
||||
#ifdef ADAFRUIT_DISPLAY
|
||||
adafruitLCDColour(AC_GREEN);
|
||||
|
|
|
|||
Loading…
Reference in a new issue