aboutsummaryrefslogtreecommitdiffstats
path: root/conf.h
diff options
context:
space:
mode:
authorWilliam Harrington <kb0iic@berzerkula.org>2019-07-28 01:09:20 -0500
committerWilliam Harrington <kb0iic@berzerkula.org>2019-07-28 01:09:20 -0500
commit2bb687d09947310d3e8c9a89d6932865912bc8b6 (patch)
treee4080068f9991c2c26a78130face5b134540d479 /conf.h
parentdf35eab0e209a03118a3c71113b2d2817a14d874 (diff)
Add VFD brightness level.
Diffstat (limited to 'conf.h')
-rwxr-xr-xconf.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/conf.h b/conf.h
index c63df84..6f5c652 100755
--- a/conf.h
+++ b/conf.h
@@ -17,6 +17,9 @@
// Define baud rate of 9600
#define Baud_rate 9600
+// Define if VFD if used
+#define VFD 1
+
// HD44780
#define RS RD2 // Register Select on RD2
#define EN RD3 // Enable on RD3