diff options
author | Hywelmartin <33714214+Hywelmartin@users.noreply.github.com> | 2019-06-16 17:54:04 +0200 |
---|---|---|
committer | Kevin O'Connor <kevin@koconnor.net> | 2019-06-18 10:29:11 -0400 |
commit | 771e7b2987c72c3fecc63b5163bf73fcef5b540c (patch) | |
tree | 4891a59d761c8ec83101ca9f6a7d8cb033ed4d4c /config | |
parent | 631c3fe052afe490a6f8ed98d13779ca3bd46363 (diff) | |
download | kutter-771e7b2987c72c3fecc63b5163bf73fcef5b540c.tar.gz kutter-771e7b2987c72c3fecc63b5163bf73fcef5b540c.tar.xz kutter-771e7b2987c72c3fecc63b5163bf73fcef5b540c.zip |
config: MKS mini 12864 LCD on SKR 1.3
Signed-off-by: Martin Malmqvist <hywelmartin@gmail.com>
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
Diffstat (limited to 'config')
-rw-r--r-- | config/generic-bigtreetech-skr-v1.3.cfg | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/config/generic-bigtreetech-skr-v1.3.cfg b/config/generic-bigtreetech-skr-v1.3.cfg index 2e74a115..5750c0a9 100644 --- a/config/generic-bigtreetech-skr-v1.3.cfg +++ b/config/generic-bigtreetech-skr-v1.3.cfg @@ -171,3 +171,22 @@ max_z_accel: 100 # #[output_pin beeper] #pin: P1.30 + +# MKS Mini 12864 LCD. +# Make sure that the EXP1 and EXP2 are rotated correctly on the +# display board. The cutouts on the connectors should be towards the +# center of the PCB. See: +# https://reprap.org/wiki/MKS_MINI_12864#Physical_Interface +# If they are wrong, the connector housing can be pried off carefully +# with a small screwdriver and relocated the correct way. +# +#[display] +#lcd_type: uc1701 +#cs_pin: P1.21 +#a0_pin: P1.22 +#contrast: 40 +#encoder_pins: ^P3.25, ^P3.26 +#click_pin: ^!P0.28 +# +#[output_pin beeper] +#pin: P1.30 |