diff --git a/HD44780.cpp b/HD44780.cpp index 30c865a..3b787fc 100644 --- a/HD44780.cpp +++ b/HD44780.cpp @@ -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);