Skip to content

Commit 173bebd

Browse files
authored
Revise MKS LCD Pins (#153)
* Revise MKS LCD Pins * Version increment
1 parent 72d52f2 commit 173bebd

File tree

5 files changed

+22
-19
lines changed

5 files changed

+22
-19
lines changed

Changelog.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
**V1.10.2 - Updates**
2+
- Revise default MKS LCD pins to match ribbon cable LCD assembly.
3+
14
**V1.10.1 - Updates**
25
- fix a bug with "Set Home" on OAM
36

Version.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33
// Also, numbers are interpreted as simple numbers. _ __ _
44
// So 1.8 is actually 1.08, meaning that 1.12 is a later version than 1.8. \_(..)_/
55

6-
#define VERSION "V1.10.1"
6+
#define VERSION "V1.10.2"

boards/AVR_MKS_GEN_L_V1/pins_MKS_GEN_L_V1.h

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -107,22 +107,22 @@
107107

108108
// DISPLAY_TYPE_LCD_KEYPAD requires 6 digital & 1 analog output in Arduino pin numbering
109109
#ifndef LCD_PIN4
110-
#define LCD_PIN4 63
110+
#define LCD_PIN4 17
111111
#endif
112112
#ifndef LCD_PIN5
113-
#define LCD_PIN5 40
113+
#define LCD_PIN5 16
114114
#endif
115115
#ifndef LCD_PIN6
116-
#define LCD_PIN6 42
116+
#define LCD_PIN6 23
117117
#endif
118118
#ifndef LCD_PIN7
119-
#define LCD_PIN7 59
119+
#define LCD_PIN7 25
120120
#endif
121121
#ifndef LCD_PIN8
122-
#define LCD_PIN8 64
122+
#define LCD_PIN8 27
123123
#endif
124124
#ifndef LCD_PIN9
125-
#define LCD_PIN9 44
125+
#define LCD_PIN9 29
126126
#endif
127127

128128
// DISPLAY_TYPE_LCD_KEYPAD requires 1 analog input in Arduino pin numbering

boards/AVR_MKS_GEN_L_V2/pins_MKS_GEN_L_V2.h

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -149,22 +149,22 @@
149149

150150
// DISPLAY_TYPE_LCD_KEYPAD requires 6 digital & 1 analog output in Arduino pin numbering
151151
#ifndef LCD_PIN4
152-
#define LCD_PIN4 57
152+
#define LCD_PIN4 17
153153
#endif
154154
#ifndef LCD_PIN5
155-
#define LCD_PIN5 6
155+
#define LCD_PIN5 16
156156
#endif
157157
#ifndef LCD_PIN6
158-
#define LCD_PIN6 45
158+
#define LCD_PIN6 23
159159
#endif
160160
#ifndef LCD_PIN7
161-
#define LCD_PIN7 5
161+
#define LCD_PIN7 25
162162
#endif
163163
#ifndef LCD_PIN8
164-
#define LCD_PIN8 43
164+
#define LCD_PIN8 27
165165
#endif
166166
#ifndef LCD_PIN9
167-
#define LCD_PIN9 47
167+
#define LCD_PIN9 29
168168
#endif
169169

170170
// DISPLAY_TYPE_LCD_KEYPAD requires 1 analog input in Arduino pin numbering

boards/AVR_MKS_GEN_L_V21/pins_MKS_GEN_L_V21.h

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -157,22 +157,22 @@
157157

158158
// DISPLAY_TYPE_LCD_KEYPAD requires 6 digital & 1 analog output in Arduino pin numbering
159159
#ifndef LCD_PIN4
160-
#define LCD_PIN4 57
160+
#define LCD_PIN4 17
161161
#endif
162162
#ifndef LCD_PIN5
163-
#define LCD_PIN5 6
163+
#define LCD_PIN5 16
164164
#endif
165165
#ifndef LCD_PIN6
166-
#define LCD_PIN6 45
166+
#define LCD_PIN6 23
167167
#endif
168168
#ifndef LCD_PIN7
169-
#define LCD_PIN7 5
169+
#define LCD_PIN7 25
170170
#endif
171171
#ifndef LCD_PIN8
172-
#define LCD_PIN8 43
172+
#define LCD_PIN8 27
173173
#endif
174174
#ifndef LCD_PIN9
175-
#define LCD_PIN9 47
175+
#define LCD_PIN9 29
176176
#endif
177177

178178
// DISPLAY_TYPE_LCD_KEYPAD requires 1 analog input in Arduino pin numbering

0 commit comments

Comments
 (0)