Fix HD44780 4th line not cleared when not in Idle

Removed one too many ::lcdClear() statements!
This commit is contained in:
Tony Corbett G0WFV
2016-06-19 17:15:42 +01:00
parent 86debe0ad1
commit ad0f2c17da

View File

@@ -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);