mirror of https://github.com/Desuuuu/klipper.git
config: Add LCD configuration to printer-trony-x5s-2017.cfg
I've added the LCD configuration for the Tronxy X5S printer and its Melzi board and 128x64 LCD. This is tested and works. I've also added the pins for the encoder, but that is untested. Signed-off-by: christian mock <cm@tahina.priv.at>
This commit is contained in:
parent
385e6b67d9
commit
d997821e58
|
@ -77,3 +77,13 @@ max_velocity: 300
|
|||
max_accel: 1000
|
||||
max_z_velocity: 20
|
||||
max_z_accel: 100
|
||||
|
||||
[display]
|
||||
lcd_type: st7920
|
||||
cs_pin: PA1
|
||||
sclk_pin: PC0
|
||||
sid_pin: PA3
|
||||
|
||||
# buttons are:
|
||||
# PD2, PD3: encoder
|
||||
# PA5: click
|
||||
|
|
Loading…
Reference in New Issue