Merge pull request #102 from g0wfv/develop

Fix HD44780 4th line not cleared when not in Idle
This commit is contained in:
Jonathan Naylor 2016-06-19 19:23:25 +01:00 committed by GitHub
commit 3e45a49b7c

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