mirror of
https://github.com/g4klx/MMDVMHost.git
synced 2026-04-06 15:04:18 +00: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
1 changed files with 1 additions and 0 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue