diff options
author | Kevin O'Connor <kevin@koconnor.net> | 2018-04-08 11:14:48 -0400 |
---|---|---|
committer | Kevin O'Connor <kevin@koconnor.net> | 2018-04-08 11:14:48 -0400 |
commit | 7c5f9ee458a6f37206e7aa0ae6acb491bc4e918c (patch) | |
tree | 35aac9cab03f791eb89d4b7a8437047b2d086d0b /config/printer-creality-cr10s-2017.cfg | |
parent | 460cc88f3dd00bb17252c2d90d38207dfded50ab (diff) | |
download | kutter-7c5f9ee458a6f37206e7aa0ae6acb491bc4e918c.tar.gz kutter-7c5f9ee458a6f37206e7aa0ae6acb491bc4e918c.tar.xz kutter-7c5f9ee458a6f37206e7aa0ae6acb491bc4e918c.zip |
config: Add display section to default Creality CR10s config
The CR10s uses a "12864" type display on the standard RAMPS pins.
Reported by @jm493.
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
Diffstat (limited to 'config/printer-creality-cr10s-2017.cfg')
-rw-r--r-- | config/printer-creality-cr10s-2017.cfg | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/config/printer-creality-cr10s-2017.cfg b/config/printer-creality-cr10s-2017.cfg index b2b74b20..3b8c4307 100644 --- a/config/printer-creality-cr10s-2017.cfg +++ b/config/printer-creality-cr10s-2017.cfg @@ -73,3 +73,9 @@ max_velocity: 300 max_accel: 3000 max_z_velocity: 5 max_z_accel: 100 + +[display] +lcd_type: st7920 +cs_pin: ar16 +sclk_pin: ar23 +sid_pin: ar17 |