From 0afaf87713024603c1f0bc9a6a8344089751aa2f Mon Sep 17 00:00:00 2001 From: Tony Corbett Date: Thu, 12 May 2016 12:32:19 +0100 Subject: [PATCH] Tidied up and uncommented test duplex flag Need to look at threading the printing of the buffer to the LCD so it can scroll long strings without pausing (and stopping) the processing of other data. --- HD44780.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/HD44780.cpp b/HD44780.cpp index 773f96c..7ceff33 100644 --- a/HD44780.cpp +++ b/HD44780.cpp @@ -47,8 +47,8 @@ m_pwm(pwm), m_pwmPin(pwmPin), m_pwmBright(pwmBright), m_pwmDim(pwmDim), -//m_duplex(duplex), -m_duplex(true), +m_duplex(duplex), +//m_duplex(true), // uncomment to force duplex display for testing! m_fd(-1), m_dmr(false) {