diff options
author | christian mock <cm@tahina.priv.at> | 2018-03-07 21:12:58 +0100 |
---|---|---|
committer | Kevin O'Connor <kevin@koconnor.net> | 2018-03-07 15:56:07 -0500 |
commit | d997821e587c53255acd6efc8de6a913502ea36e (patch) | |
tree | 4dd93d115ffd34141a25d014b2421d58b16db3e9 /config | |
parent | 385e6b67d920a50df98ade95f39a14b830d82d00 (diff) | |
download | kutter-d997821e587c53255acd6efc8de6a913502ea36e.tar.gz kutter-d997821e587c53255acd6efc8de6a913502ea36e.tar.xz kutter-d997821e587c53255acd6efc8de6a913502ea36e.zip |
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>
Diffstat (limited to 'config')
-rw-r--r-- | config/printer-tronxy-x5s-2017.cfg | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/config/printer-tronxy-x5s-2017.cfg b/config/printer-tronxy-x5s-2017.cfg index 3a9d32fb..c7b483de 100644 --- a/config/printer-tronxy-x5s-2017.cfg +++ b/config/printer-tronxy-x5s-2017.cfg @@ -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 |