From 7e145d288acae331e69b8aa4ced33acf7103c775 Mon Sep 17 00:00:00 2001 From: Andy Taylor Date: Sun, 3 May 2020 18:33:22 +0100 Subject: [PATCH] Update HD44780.cpp The section at line 402 is mostly the same as the section at line 294, I suspect the new section should be setFMInt() instead.... --- HD44780.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/HD44780.cpp b/HD44780.cpp index ebbfcac..32f15fb 100644 --- a/HD44780.cpp +++ b/HD44780.cpp @@ -399,7 +399,7 @@ void CHD44780::setQuitInt() m_dmr = false; } -void CHD44780::setIdleInt() +void CHD44780::setFMInt() { m_clockDisplayTimer.stop(); ::lcdClear(m_fd);