mirror of
https://github.com/g4klx/MMDVMHost
synced 2025-12-21 15:09:23 +08:00
Fix HD44780 4th line not cleared when not in Idle
Removed one too many ::lcdClear() statements!
This commit is contained in:
@@ -481,6 +481,7 @@ void CHD44780::writeDMRInt(unsigned int slotNo, const std::string& src, bool gro
|
|||||||
|
|
||||||
if (!m_dmr) {
|
if (!m_dmr) {
|
||||||
m_clockDisplayTimer.stop(); // Stop the clock display
|
m_clockDisplayTimer.stop(); // Stop the clock display
|
||||||
|
::lcdClear(m_fd);
|
||||||
|
|
||||||
#ifdef ADAFRUIT_DISPLAY
|
#ifdef ADAFRUIT_DISPLAY
|
||||||
adafruitLCDColour(AC_GREEN);
|
adafruitLCDColour(AC_GREEN);
|
||||||
|
|||||||
Reference in New Issue
Block a user