aboutsummaryrefslogtreecommitdiffstats
path: root/config/printer-lulzbot-taz6-2017.cfg
diff options
context:
space:
mode:
authorKevin O'Connor <kevin@koconnor.net>2018-02-20 20:50:06 -0500
committerKevin O'Connor <kevin@koconnor.net>2018-03-06 11:30:46 -0500
commit08a5f8a5ffbc4a3aed825f8e9840702faab482d7 (patch)
tree97b469d56bfb04577187df0398f460f7165e3bbb /config/printer-lulzbot-taz6-2017.cfg
parent43ac56766e39d9a85372cdf7c1926ffa049f9342 (diff)
downloadkutter-08a5f8a5ffbc4a3aed825f8e9840702faab482d7.tar.gz
kutter-08a5f8a5ffbc4a3aed825f8e9840702faab482d7.tar.xz
kutter-08a5f8a5ffbc4a3aed825f8e9840702faab482d7.zip
display: Add initial support for LCD screens attached to an MCU
Add support for displaying basic status information on ST7920 and HD44780 based LCDs that are attached directly to a micro-controller. Signed-off-by: Marcio Teixeira <marcio@alephobjects.com> Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
Diffstat (limited to 'config/printer-lulzbot-taz6-2017.cfg')
-rw-r--r--config/printer-lulzbot-taz6-2017.cfg6
1 files changed, 6 insertions, 0 deletions
diff --git a/config/printer-lulzbot-taz6-2017.cfg b/config/printer-lulzbot-taz6-2017.cfg
index 05386237..d045a004 100644
--- a/config/printer-lulzbot-taz6-2017.cfg
+++ b/config/printer-lulzbot-taz6-2017.cfg
@@ -108,3 +108,9 @@ pins:
[static_digital_output yellow_led]
pins: !PB7
+
+[display]
+lcd_type: st7920
+cs_pin: PG4
+sclk_pin: PJ2
+sid_pin: PG3