File tree Expand file tree Collapse file tree 5 files changed +22
-19
lines changed Expand file tree Collapse file tree 5 files changed +22
-19
lines changed Original file line number Diff line number Diff line change
1
+ ** V1.10.2 - Updates**
2
+ - Revise default MKS LCD pins to match ribbon cable LCD assembly.
3
+
1
4
** V1.10.1 - Updates**
2
5
- fix a bug with "Set Home" on OAM
3
6
Original file line number Diff line number Diff line change 3
3
// Also, numbers are interpreted as simple numbers. _ __ _
4
4
// So 1.8 is actually 1.08, meaning that 1.12 is a later version than 1.8. \_(..)_/
5
5
6
- #define VERSION "V1.10.1 "
6
+ #define VERSION "V1.10.2 "
Original file line number Diff line number Diff line change 107
107
108
108
// DISPLAY_TYPE_LCD_KEYPAD requires 6 digital & 1 analog output in Arduino pin numbering
109
109
#ifndef LCD_PIN4
110
- #define LCD_PIN4 63
110
+ #define LCD_PIN4 17
111
111
#endif
112
112
#ifndef LCD_PIN5
113
- #define LCD_PIN5 40
113
+ #define LCD_PIN5 16
114
114
#endif
115
115
#ifndef LCD_PIN6
116
- #define LCD_PIN6 42
116
+ #define LCD_PIN6 23
117
117
#endif
118
118
#ifndef LCD_PIN7
119
- #define LCD_PIN7 59
119
+ #define LCD_PIN7 25
120
120
#endif
121
121
#ifndef LCD_PIN8
122
- #define LCD_PIN8 64
122
+ #define LCD_PIN8 27
123
123
#endif
124
124
#ifndef LCD_PIN9
125
- #define LCD_PIN9 44
125
+ #define LCD_PIN9 29
126
126
#endif
127
127
128
128
// DISPLAY_TYPE_LCD_KEYPAD requires 1 analog input in Arduino pin numbering
Original file line number Diff line number Diff line change 149
149
150
150
// DISPLAY_TYPE_LCD_KEYPAD requires 6 digital & 1 analog output in Arduino pin numbering
151
151
#ifndef LCD_PIN4
152
- #define LCD_PIN4 57
152
+ #define LCD_PIN4 17
153
153
#endif
154
154
#ifndef LCD_PIN5
155
- #define LCD_PIN5 6
155
+ #define LCD_PIN5 16
156
156
#endif
157
157
#ifndef LCD_PIN6
158
- #define LCD_PIN6 45
158
+ #define LCD_PIN6 23
159
159
#endif
160
160
#ifndef LCD_PIN7
161
- #define LCD_PIN7 5
161
+ #define LCD_PIN7 25
162
162
#endif
163
163
#ifndef LCD_PIN8
164
- #define LCD_PIN8 43
164
+ #define LCD_PIN8 27
165
165
#endif
166
166
#ifndef LCD_PIN9
167
- #define LCD_PIN9 47
167
+ #define LCD_PIN9 29
168
168
#endif
169
169
170
170
// DISPLAY_TYPE_LCD_KEYPAD requires 1 analog input in Arduino pin numbering
Original file line number Diff line number Diff line change 157
157
158
158
// DISPLAY_TYPE_LCD_KEYPAD requires 6 digital & 1 analog output in Arduino pin numbering
159
159
#ifndef LCD_PIN4
160
- #define LCD_PIN4 57
160
+ #define LCD_PIN4 17
161
161
#endif
162
162
#ifndef LCD_PIN5
163
- #define LCD_PIN5 6
163
+ #define LCD_PIN5 16
164
164
#endif
165
165
#ifndef LCD_PIN6
166
- #define LCD_PIN6 45
166
+ #define LCD_PIN6 23
167
167
#endif
168
168
#ifndef LCD_PIN7
169
- #define LCD_PIN7 5
169
+ #define LCD_PIN7 25
170
170
#endif
171
171
#ifndef LCD_PIN8
172
- #define LCD_PIN8 43
172
+ #define LCD_PIN8 27
173
173
#endif
174
174
#ifndef LCD_PIN9
175
- #define LCD_PIN9 47
175
+ #define LCD_PIN9 29
176
176
#endif
177
177
178
178
// DISPLAY_TYPE_LCD_KEYPAD requires 1 analog input in Arduino pin numbering
You can’t perform that action at this time.
0 commit comments