diff options
author | Kevin O'Connor <kevin@koconnor.net> | 2018-03-07 13:36:44 -0500 |
---|---|---|
committer | Kevin O'Connor <kevin@koconnor.net> | 2018-03-07 13:40:33 -0500 |
commit | 385e6b67d920a50df98ade95f39a14b830d82d00 (patch) | |
tree | 9ffc295975459ef324f9a56682bb4948928ab146 /config/printer-creality-cr10-2017.cfg | |
parent | 04602b2470e9c3e12893fdceee72bb9c3402c708 (diff) | |
download | kutter-385e6b67d920a50df98ade95f39a14b830d82d00.tar.gz kutter-385e6b67d920a50df98ade95f39a14b830d82d00.tar.xz kutter-385e6b67d920a50df98ade95f39a14b830d82d00.zip |
config: Add display section to creality cr10 config
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
Diffstat (limited to 'config/printer-creality-cr10-2017.cfg')
-rw-r--r-- | config/printer-creality-cr10-2017.cfg | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/config/printer-creality-cr10-2017.cfg b/config/printer-creality-cr10-2017.cfg index ab26b5af..7fd9e97f 100644 --- a/config/printer-creality-cr10-2017.cfg +++ b/config/printer-creality-cr10-2017.cfg @@ -80,3 +80,9 @@ max_velocity: 300 max_accel: 3000 max_z_velocity: 5 max_z_accel: 100 + +[display] +lcd_type: st7920 +cs_pin: PA3 +sclk_pin: PA1 +sid_pin: PC1 |