From f2a25dc1ed68a60a43040542be463b9717037396 Mon Sep 17 00:00:00 2001 From: Scott Lahteine Date: Wed, 10 Jan 2024 16:51:08 -0600 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9D=20MKS=20SBASE=20custom=20cable=20c?= =?UTF-8?q?orrection?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Fixes #1001 --- config/examples/Mks/Sbase/README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/config/examples/Mks/Sbase/README.md b/config/examples/Mks/Sbase/README.md index 2a52983f89..9a422fa2b3 100644 --- a/config/examples/Mks/Sbase/README.md +++ b/config/examples/Mks/Sbase/README.md @@ -15,15 +15,15 @@ RepRap: 10 9 8 7 6 5 4 3 2 1 ## 3 DEC 2017 -The current Marlin 2.0.x firmware cannot properly access some of the pins on the EXP2 connector. In order to use the RepRap Discount Full Graphic Smart Controller you'll need a custom cable that gets three of the signals from a different connector. In that cable move the pin/wire that: +The current Marlin 2.0.x firmware cannot properly access some of the pins on the EXP2 connector. In order to use the RepRap Discount Full Graphic Smart Controller (ST7920) you'll need a custom cable that gets three of the signals from a different connector. In that cable move the pin/wire that: ``` used to go to P0.8 to J8-3 " " " " P0.7 to J8-2 -" " " " P0.5 to J8-4 +" " " " P0.9 to J8-4 ``` -If pins different than the J8 ones above are used then the spi_pins.h file will need to be modified. +If pins different than the J8 ones above are used then the `spi_pins.h` file will need to be modified. An octopus cable something like the Adafruit 1199 will simply the construction of the custom cable. Just plug the Adafruit 1199 into one of the cables that came with the LCD and the individual pins into J8 and EXP2 as needed.