diff options
author | Kevin O'Connor <kevin@koconnor.net> | 2021-05-28 11:53:56 -0400 |
---|---|---|
committer | Kevin O'Connor <kevin@koconnor.net> | 2021-05-28 11:55:18 -0400 |
commit | 121a710ec51e014f70a345e30502332492eb61d2 (patch) | |
tree | 0a2f882ebc7c005355f8eab4a64a090aeaf9ea70 | |
parent | c483cb53cb63980764c809f4bf269c7808d07f09 (diff) | |
download | kutter-121a710ec51e014f70a345e30502332492eb61d2.tar.gz kutter-121a710ec51e014f70a345e30502332492eb61d2.tar.xz kutter-121a710ec51e014f70a345e30502332492eb61d2.zip |
config: Add a note on wiring EXP1 to EXP3 on Creality 12864 displays
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
-rw-r--r-- | config/sample-lcd.cfg | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/config/sample-lcd.cfg b/config/sample-lcd.cfg index 0ae9f4f1..dad8a90c 100644 --- a/config/sample-lcd.cfg +++ b/config/sample-lcd.cfg @@ -50,6 +50,10 @@ pin: EXP1_1 # 128x64 Full Graphic Creality CR10 / ENDER 3 stockdisplay ###################################################################### +# This section is used for a Creality "12864" display with a single +# ribbon cable between the display's EXP3 plug and the +# micro-controller board's EXP1 connector. + [display] lcd_type: st7920 cs_pin: EXP1_7 |