From 6065488b3f2787d79ff7caca25282d4a22673ea6 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 --- 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) {