config: Add display section to printer-wanhao-duplicator-6-2016.cfg
Reported by @KeiferMiller. Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
This commit is contained in:
parent
43103929e3
commit
661fb613c7
|
@ -100,5 +100,8 @@ cycle_time: .000030
|
||||||
hardware_pwm: True
|
hardware_pwm: True
|
||||||
static_value: 1.0
|
static_value: 1.0
|
||||||
|
|
||||||
# N.B. No support for the Display as yet. SSD1309 OLED graphical
|
[display]
|
||||||
# display connected with i2C.
|
lcd_type: ssd1306
|
||||||
|
reset_pin: PE3
|
||||||
|
encoder_pins: ^PG1, ^PG0
|
||||||
|
click_pin: ^!PD2
|
||||||
|
|
Loading…
Reference in New Issue