diff options
author | Kevin O'Connor <kevin@koconnor.net> | 2019-09-14 19:43:44 -0400 |
---|---|---|
committer | Kevin O'Connor <kevin@koconnor.net> | 2019-09-14 19:52:19 -0400 |
commit | 661fb613c7c3ccdd242121aa7e18c8213f5909ea (patch) | |
tree | a10ab8601bb7e812fde53a9568355673396df794 | |
parent | 43103929e3eaed3159c38b6e65bd935505c80280 (diff) | |
download | kutter-661fb613c7c3ccdd242121aa7e18c8213f5909ea.tar.gz kutter-661fb613c7c3ccdd242121aa7e18c8213f5909ea.tar.xz kutter-661fb613c7c3ccdd242121aa7e18c8213f5909ea.zip |
config: Add display section to printer-wanhao-duplicator-6-2016.cfg
Reported by @KeiferMiller.
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
-rw-r--r-- | config/printer-wanhao-duplicator-6-2016.cfg | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/config/printer-wanhao-duplicator-6-2016.cfg b/config/printer-wanhao-duplicator-6-2016.cfg index 6fef8a5f..062db4ff 100644 --- a/config/printer-wanhao-duplicator-6-2016.cfg +++ b/config/printer-wanhao-duplicator-6-2016.cfg @@ -100,5 +100,8 @@ cycle_time: .000030 hardware_pwm: True static_value: 1.0 -# N.B. No support for the Display as yet. SSD1309 OLED graphical -# display connected with i2C. +[display] +lcd_type: ssd1306 +reset_pin: PE3 +encoder_pins: ^PG1, ^PG0 +click_pin: ^!PD2 |