Browse Source

Merge pull request #4473 from esenapaj/Follow-up-the-PR-#4408-etc

Follow-up the PR #4408 (Add support for reprapworld LCD), etc
Scott Lahteine 9 years ago
parent
commit
f575e92f2e

+ 6
- 1
Marlin/example_configurations/Cartesio/Configuration.h View File

103
 // example configuration folder.
103
 // example configuration folder.
104
 //
104
 //
105
 #define SHOW_CUSTOM_BOOTSCREEN
105
 #define SHOW_CUSTOM_BOOTSCREEN
106
-
107
 // @section machine
106
 // @section machine
108
 
107
 
109
 // SERIAL_PORT selects which serial port should be used for communication with the host.
108
 // SERIAL_PORT selects which serial port should be used for communication with the host.
1101
 //#define MAKRPANEL
1100
 //#define MAKRPANEL
1102
 
1101
 
1103
 //
1102
 //
1103
+// ReprapWorld Graphical LCD
1104
+// https://reprapworld.com/?products_details&products_id/1218
1105
+//
1106
+//#define REPRAPWORLD_GRAPHICAL_LCD
1107
+
1108
+//
1104
 // Activate one of these if you have a Panucatt Devices
1109
 // Activate one of these if you have a Panucatt Devices
1105
 // Viki 2.0 or mini Viki with Graphic LCD
1110
 // Viki 2.0 or mini Viki with Graphic LCD
1106
 // http://panucatt.com
1111
 // http://panucatt.com

+ 6
- 1
Marlin/example_configurations/Felix/Configuration.h View File

103
 // example configuration folder.
103
 // example configuration folder.
104
 //
104
 //
105
 //#define SHOW_CUSTOM_BOOTSCREEN
105
 //#define SHOW_CUSTOM_BOOTSCREEN
106
-
107
 // @section machine
106
 // @section machine
108
 
107
 
109
 // SERIAL_PORT selects which serial port should be used for communication with the host.
108
 // SERIAL_PORT selects which serial port should be used for communication with the host.
1084
 //#define MAKRPANEL
1083
 //#define MAKRPANEL
1085
 
1084
 
1086
 //
1085
 //
1086
+// ReprapWorld Graphical LCD
1087
+// https://reprapworld.com/?products_details&products_id/1218
1088
+//
1089
+//#define REPRAPWORLD_GRAPHICAL_LCD
1090
+
1091
+//
1087
 // Activate one of these if you have a Panucatt Devices
1092
 // Activate one of these if you have a Panucatt Devices
1088
 // Viki 2.0 or mini Viki with Graphic LCD
1093
 // Viki 2.0 or mini Viki with Graphic LCD
1089
 // http://panucatt.com
1094
 // http://panucatt.com

+ 6
- 1
Marlin/example_configurations/Felix/DUAL/Configuration.h View File

103
 // example configuration folder.
103
 // example configuration folder.
104
 //
104
 //
105
 //#define SHOW_CUSTOM_BOOTSCREEN
105
 //#define SHOW_CUSTOM_BOOTSCREEN
106
-
107
 // @section machine
106
 // @section machine
108
 
107
 
109
 // SERIAL_PORT selects which serial port should be used for communication with the host.
108
 // SERIAL_PORT selects which serial port should be used for communication with the host.
1082
 //#define MAKRPANEL
1081
 //#define MAKRPANEL
1083
 
1082
 
1084
 //
1083
 //
1084
+// ReprapWorld Graphical LCD
1085
+// https://reprapworld.com/?products_details&products_id/1218
1086
+//
1087
+//#define REPRAPWORLD_GRAPHICAL_LCD
1088
+
1089
+//
1085
 // Activate one of these if you have a Panucatt Devices
1090
 // Activate one of these if you have a Panucatt Devices
1086
 // Viki 2.0 or mini Viki with Graphic LCD
1091
 // Viki 2.0 or mini Viki with Graphic LCD
1087
 // http://panucatt.com
1092
 // http://panucatt.com

+ 6
- 1
Marlin/example_configurations/Hephestos/Configuration.h View File

103
 // example configuration folder.
103
 // example configuration folder.
104
 //
104
 //
105
 //#define SHOW_CUSTOM_BOOTSCREEN
105
 //#define SHOW_CUSTOM_BOOTSCREEN
106
-
107
 // @section machine
106
 // @section machine
108
 
107
 
109
 // SERIAL_PORT selects which serial port should be used for communication with the host.
108
 // SERIAL_PORT selects which serial port should be used for communication with the host.
1093
 //#define MAKRPANEL
1092
 //#define MAKRPANEL
1094
 
1093
 
1095
 //
1094
 //
1095
+// ReprapWorld Graphical LCD
1096
+// https://reprapworld.com/?products_details&products_id/1218
1097
+//
1098
+//#define REPRAPWORLD_GRAPHICAL_LCD
1099
+
1100
+//
1096
 // Activate one of these if you have a Panucatt Devices
1101
 // Activate one of these if you have a Panucatt Devices
1097
 // Viki 2.0 or mini Viki with Graphic LCD
1102
 // Viki 2.0 or mini Viki with Graphic LCD
1098
 // http://panucatt.com
1103
 // http://panucatt.com

+ 6
- 0
Marlin/example_configurations/Hephestos_2/Configuration.h View File

1094
 //#define MAKRPANEL
1094
 //#define MAKRPANEL
1095
 
1095
 
1096
 //
1096
 //
1097
+// ReprapWorld Graphical LCD
1098
+// https://reprapworld.com/?products_details&products_id/1218
1099
+//
1100
+//#define REPRAPWORLD_GRAPHICAL_LCD
1101
+
1102
+//
1097
 // Activate one of these if you have a Panucatt Devices
1103
 // Activate one of these if you have a Panucatt Devices
1098
 // Viki 2.0 or mini Viki with Graphic LCD
1104
 // Viki 2.0 or mini Viki with Graphic LCD
1099
 // http://panucatt.com
1105
 // http://panucatt.com

+ 6
- 1
Marlin/example_configurations/K8200/Configuration.h View File

110
 // example configuration folder.
110
 // example configuration folder.
111
 //
111
 //
112
 //#define SHOW_CUSTOM_BOOTSCREEN
112
 //#define SHOW_CUSTOM_BOOTSCREEN
113
-
114
 // @section machine
113
 // @section machine
115
 
114
 
116
 // SERIAL_PORT selects which serial port should be used for communication with the host.
115
 // SERIAL_PORT selects which serial port should be used for communication with the host.
1118
 //#define MAKRPANEL
1117
 //#define MAKRPANEL
1119
 
1118
 
1120
 //
1119
 //
1120
+// ReprapWorld Graphical LCD
1121
+// https://reprapworld.com/?products_details&products_id/1218
1122
+//
1123
+//#define REPRAPWORLD_GRAPHICAL_LCD
1124
+
1125
+//
1121
 // Activate one of these if you have a Panucatt Devices
1126
 // Activate one of these if you have a Panucatt Devices
1122
 // Viki 2.0 or mini Viki with Graphic LCD
1127
 // Viki 2.0 or mini Viki with Graphic LCD
1123
 // http://panucatt.com
1128
 // http://panucatt.com

+ 6
- 1
Marlin/example_configurations/K8400/Configuration.h View File

103
 // example configuration folder.
103
 // example configuration folder.
104
 //
104
 //
105
 //#define SHOW_CUSTOM_BOOTSCREEN
105
 //#define SHOW_CUSTOM_BOOTSCREEN
106
-
107
 // @section machine
106
 // @section machine
108
 
107
 
109
 // SERIAL_PORT selects which serial port should be used for communication with the host.
108
 // SERIAL_PORT selects which serial port should be used for communication with the host.
1101
 //#define MAKRPANEL
1100
 //#define MAKRPANEL
1102
 
1101
 
1103
 //
1102
 //
1103
+// ReprapWorld Graphical LCD
1104
+// https://reprapworld.com/?products_details&products_id/1218
1105
+//
1106
+//#define REPRAPWORLD_GRAPHICAL_LCD
1107
+
1108
+//
1104
 // Activate one of these if you have a Panucatt Devices
1109
 // Activate one of these if you have a Panucatt Devices
1105
 // Viki 2.0 or mini Viki with Graphic LCD
1110
 // Viki 2.0 or mini Viki with Graphic LCD
1106
 // http://panucatt.com
1111
 // http://panucatt.com

+ 6
- 1
Marlin/example_configurations/K8400/Dual-head/Configuration.h View File

103
 // example configuration folder.
103
 // example configuration folder.
104
 //
104
 //
105
 //#define SHOW_CUSTOM_BOOTSCREEN
105
 //#define SHOW_CUSTOM_BOOTSCREEN
106
-
107
 // @section machine
106
 // @section machine
108
 
107
 
109
 // SERIAL_PORT selects which serial port should be used for communication with the host.
108
 // SERIAL_PORT selects which serial port should be used for communication with the host.
1101
 //#define MAKRPANEL
1100
 //#define MAKRPANEL
1102
 
1101
 
1103
 //
1102
 //
1103
+// ReprapWorld Graphical LCD
1104
+// https://reprapworld.com/?products_details&products_id/1218
1105
+//
1106
+//#define REPRAPWORLD_GRAPHICAL_LCD
1107
+
1108
+//
1104
 // Activate one of these if you have a Panucatt Devices
1109
 // Activate one of these if you have a Panucatt Devices
1105
 // Viki 2.0 or mini Viki with Graphic LCD
1110
 // Viki 2.0 or mini Viki with Graphic LCD
1106
 // http://panucatt.com
1111
 // http://panucatt.com

+ 6
- 1
Marlin/example_configurations/RepRapWorld/Megatronics/Configuration.h View File

103
 // example configuration folder.
103
 // example configuration folder.
104
 //
104
 //
105
 //#define SHOW_CUSTOM_BOOTSCREEN
105
 //#define SHOW_CUSTOM_BOOTSCREEN
106
-
107
 // @section machine
106
 // @section machine
108
 
107
 
109
 // SERIAL_PORT selects which serial port should be used for communication with the host.
108
 // SERIAL_PORT selects which serial port should be used for communication with the host.
1101
 //#define MAKRPANEL
1100
 //#define MAKRPANEL
1102
 
1101
 
1103
 //
1102
 //
1103
+// ReprapWorld Graphical LCD
1104
+// https://reprapworld.com/?products_details&products_id/1218
1105
+//
1106
+//#define REPRAPWORLD_GRAPHICAL_LCD
1107
+
1108
+//
1104
 // Activate one of these if you have a Panucatt Devices
1109
 // Activate one of these if you have a Panucatt Devices
1105
 // Viki 2.0 or mini Viki with Graphic LCD
1110
 // Viki 2.0 or mini Viki with Graphic LCD
1106
 // http://panucatt.com
1111
 // http://panucatt.com

+ 6
- 1
Marlin/example_configurations/RigidBot/Configuration.h View File

103
 // example configuration folder.
103
 // example configuration folder.
104
 //
104
 //
105
 //#define SHOW_CUSTOM_BOOTSCREEN
105
 //#define SHOW_CUSTOM_BOOTSCREEN
106
-
107
 // @section machine
106
 // @section machine
108
 
107
 
109
 // SERIAL_PORT selects which serial port should be used for communication with the host.
108
 // SERIAL_PORT selects which serial port should be used for communication with the host.
1099
 //#define MAKRPANEL
1098
 //#define MAKRPANEL
1100
 
1099
 
1101
 //
1100
 //
1101
+// ReprapWorld Graphical LCD
1102
+// https://reprapworld.com/?products_details&products_id/1218
1103
+//
1104
+//#define REPRAPWORLD_GRAPHICAL_LCD
1105
+
1106
+//
1102
 // Activate one of these if you have a Panucatt Devices
1107
 // Activate one of these if you have a Panucatt Devices
1103
 // Viki 2.0 or mini Viki with Graphic LCD
1108
 // Viki 2.0 or mini Viki with Graphic LCD
1104
 // http://panucatt.com
1109
 // http://panucatt.com

+ 6
- 1
Marlin/example_configurations/SCARA/Configuration.h View File

128
 // example configuration folder.
128
 // example configuration folder.
129
 //
129
 //
130
 //#define SHOW_CUSTOM_BOOTSCREEN
130
 //#define SHOW_CUSTOM_BOOTSCREEN
131
-
132
 // @section machine
131
 // @section machine
133
 
132
 
134
 // SERIAL_PORT selects which serial port should be used for communication with the host.
133
 // SERIAL_PORT selects which serial port should be used for communication with the host.
1109
 //#define MAKRPANEL
1108
 //#define MAKRPANEL
1110
 
1109
 
1111
 //
1110
 //
1111
+// ReprapWorld Graphical LCD
1112
+// https://reprapworld.com/?products_details&products_id/1218
1113
+//
1114
+//#define REPRAPWORLD_GRAPHICAL_LCD
1115
+
1116
+//
1112
 // Activate one of these if you have a Panucatt Devices
1117
 // Activate one of these if you have a Panucatt Devices
1113
 // Viki 2.0 or mini Viki with Graphic LCD
1118
 // Viki 2.0 or mini Viki with Graphic LCD
1114
 // http://panucatt.com
1119
 // http://panucatt.com

+ 6
- 1
Marlin/example_configurations/TAZ4/Configuration.h View File

103
 // example configuration folder.
103
 // example configuration folder.
104
 //
104
 //
105
 //#define SHOW_CUSTOM_BOOTSCREEN
105
 //#define SHOW_CUSTOM_BOOTSCREEN
106
-
107
 // @section machine
106
 // @section machine
108
 
107
 
109
 // SERIAL_PORT selects which serial port should be used for communication with the host.
108
 // SERIAL_PORT selects which serial port should be used for communication with the host.
1122
 //#define MAKRPANEL
1121
 //#define MAKRPANEL
1123
 
1122
 
1124
 //
1123
 //
1124
+// ReprapWorld Graphical LCD
1125
+// https://reprapworld.com/?products_details&products_id/1218
1126
+//
1127
+//#define REPRAPWORLD_GRAPHICAL_LCD
1128
+
1129
+//
1125
 // Activate one of these if you have a Panucatt Devices
1130
 // Activate one of these if you have a Panucatt Devices
1126
 // Viki 2.0 or mini Viki with Graphic LCD
1131
 // Viki 2.0 or mini Viki with Graphic LCD
1127
 // http://panucatt.com
1132
 // http://panucatt.com

+ 6
- 0
Marlin/example_configurations/WITBOX/Configuration.h View File

1092
 //#define MAKRPANEL
1092
 //#define MAKRPANEL
1093
 
1093
 
1094
 //
1094
 //
1095
+// ReprapWorld Graphical LCD
1096
+// https://reprapworld.com/?products_details&products_id/1218
1097
+//
1098
+//#define REPRAPWORLD_GRAPHICAL_LCD
1099
+
1100
+//
1095
 // Activate one of these if you have a Panucatt Devices
1101
 // Activate one of these if you have a Panucatt Devices
1096
 // Viki 2.0 or mini Viki with Graphic LCD
1102
 // Viki 2.0 or mini Viki with Graphic LCD
1097
 // http://panucatt.com
1103
 // http://panucatt.com

+ 6
- 1
Marlin/example_configurations/adafruit/ST7565/Configuration.h View File

103
 // example configuration folder.
103
 // example configuration folder.
104
 //
104
 //
105
 //#define SHOW_CUSTOM_BOOTSCREEN
105
 //#define SHOW_CUSTOM_BOOTSCREEN
106
-
107
 // @section machine
106
 // @section machine
108
 
107
 
109
 // SERIAL_PORT selects which serial port should be used for communication with the host.
108
 // SERIAL_PORT selects which serial port should be used for communication with the host.
1101
 //#define MAKRPANEL
1100
 //#define MAKRPANEL
1102
 
1101
 
1103
 //
1102
 //
1103
+// ReprapWorld Graphical LCD
1104
+// https://reprapworld.com/?products_details&products_id/1218
1105
+//
1106
+//#define REPRAPWORLD_GRAPHICAL_LCD
1107
+
1108
+//
1104
 // Activate one of these if you have a Panucatt Devices
1109
 // Activate one of these if you have a Panucatt Devices
1105
 // Viki 2.0 or mini Viki with Graphic LCD
1110
 // Viki 2.0 or mini Viki with Graphic LCD
1106
 // http://panucatt.com
1111
 // http://panucatt.com

+ 6
- 1
Marlin/example_configurations/delta/biv2.5/Configuration.h View File

103
 // example configuration folder.
103
 // example configuration folder.
104
 //
104
 //
105
 //#define SHOW_CUSTOM_BOOTSCREEN
105
 //#define SHOW_CUSTOM_BOOTSCREEN
106
-
107
 // @section machine
106
 // @section machine
108
 
107
 
109
 // SERIAL_PORT selects which serial port should be used for communication with the host.
108
 // SERIAL_PORT selects which serial port should be used for communication with the host.
1194
 //#define MAKRPANEL
1193
 //#define MAKRPANEL
1195
 
1194
 
1196
 //
1195
 //
1196
+// ReprapWorld Graphical LCD
1197
+// https://reprapworld.com/?products_details&products_id/1218
1198
+//
1199
+//#define REPRAPWORLD_GRAPHICAL_LCD
1200
+
1201
+//
1197
 // Activate one of these if you have a Panucatt Devices
1202
 // Activate one of these if you have a Panucatt Devices
1198
 // Viki 2.0 or mini Viki with Graphic LCD
1203
 // Viki 2.0 or mini Viki with Graphic LCD
1199
 // http://panucatt.com
1204
 // http://panucatt.com

+ 6
- 1
Marlin/example_configurations/delta/generic/Configuration.h View File

103
 // example configuration folder.
103
 // example configuration folder.
104
 //
104
 //
105
 //#define SHOW_CUSTOM_BOOTSCREEN
105
 //#define SHOW_CUSTOM_BOOTSCREEN
106
-
107
 // @section machine
106
 // @section machine
108
 
107
 
109
 // SERIAL_PORT selects which serial port should be used for communication with the host.
108
 // SERIAL_PORT selects which serial port should be used for communication with the host.
1188
 //#define MAKRPANEL
1187
 //#define MAKRPANEL
1189
 
1188
 
1190
 //
1189
 //
1190
+// ReprapWorld Graphical LCD
1191
+// https://reprapworld.com/?products_details&products_id/1218
1192
+//
1193
+//#define REPRAPWORLD_GRAPHICAL_LCD
1194
+
1195
+//
1191
 // Activate one of these if you have a Panucatt Devices
1196
 // Activate one of these if you have a Panucatt Devices
1192
 // Viki 2.0 or mini Viki with Graphic LCD
1197
 // Viki 2.0 or mini Viki with Graphic LCD
1193
 // http://panucatt.com
1198
 // http://panucatt.com

+ 6
- 1
Marlin/example_configurations/delta/kossel_mini/Configuration.h View File

103
 // example configuration folder.
103
 // example configuration folder.
104
 //
104
 //
105
 //#define SHOW_CUSTOM_BOOTSCREEN
105
 //#define SHOW_CUSTOM_BOOTSCREEN
106
-
107
 // @section machine
106
 // @section machine
108
 
107
 
109
 // SERIAL_PORT selects which serial port should be used for communication with the host.
108
 // SERIAL_PORT selects which serial port should be used for communication with the host.
1191
 //#define MAKRPANEL
1190
 //#define MAKRPANEL
1192
 
1191
 
1193
 //
1192
 //
1193
+// ReprapWorld Graphical LCD
1194
+// https://reprapworld.com/?products_details&products_id/1218
1195
+//
1196
+//#define REPRAPWORLD_GRAPHICAL_LCD
1197
+
1198
+//
1194
 // Activate one of these if you have a Panucatt Devices
1199
 // Activate one of these if you have a Panucatt Devices
1195
 // Viki 2.0 or mini Viki with Graphic LCD
1200
 // Viki 2.0 or mini Viki with Graphic LCD
1196
 // http://panucatt.com
1201
 // http://panucatt.com

+ 6
- 1
Marlin/example_configurations/delta/kossel_pro/Configuration.h View File

109
 // example configuration folder.
109
 // example configuration folder.
110
 //
110
 //
111
 //#define SHOW_CUSTOM_BOOTSCREEN
111
 //#define SHOW_CUSTOM_BOOTSCREEN
112
-
113
 // @section machine
112
 // @section machine
114
 
113
 
115
 // SERIAL_PORT selects which serial port should be used for communication with the host.
114
 // SERIAL_PORT selects which serial port should be used for communication with the host.
1191
 //#define MAKRPANEL
1190
 //#define MAKRPANEL
1192
 
1191
 
1193
 //
1192
 //
1193
+// ReprapWorld Graphical LCD
1194
+// https://reprapworld.com/?products_details&products_id/1218
1195
+//
1196
+//#define REPRAPWORLD_GRAPHICAL_LCD
1197
+
1198
+//
1194
 // Activate one of these if you have a Panucatt Devices
1199
 // Activate one of these if you have a Panucatt Devices
1195
 // Viki 2.0 or mini Viki with Graphic LCD
1200
 // Viki 2.0 or mini Viki with Graphic LCD
1196
 // http://panucatt.com
1201
 // http://panucatt.com

+ 6
- 1
Marlin/example_configurations/delta/kossel_xl/Configuration.h View File

96
 // example configuration folder.
96
 // example configuration folder.
97
 //
97
 //
98
 //#define SHOW_CUSTOM_BOOTSCREEN
98
 //#define SHOW_CUSTOM_BOOTSCREEN
99
-
100
 // @section machine
99
 // @section machine
101
 
100
 
102
 // SERIAL_PORT selects which serial port should be used for communication with the host.
101
 // SERIAL_PORT selects which serial port should be used for communication with the host.
1194
 //#define MAKRPANEL
1193
 //#define MAKRPANEL
1195
 
1194
 
1196
 //
1195
 //
1196
+// ReprapWorld Graphical LCD
1197
+// https://reprapworld.com/?products_details&products_id/1218
1198
+//
1199
+//#define REPRAPWORLD_GRAPHICAL_LCD
1200
+
1201
+//
1197
 // Activate one of these if you have a Panucatt Devices
1202
 // Activate one of these if you have a Panucatt Devices
1198
 // Viki 2.0 or mini Viki with Graphic LCD
1203
 // Viki 2.0 or mini Viki with Graphic LCD
1199
 // http://panucatt.com
1204
 // http://panucatt.com

+ 6
- 1
Marlin/example_configurations/makibox/Configuration.h View File

103
 // example configuration folder.
103
 // example configuration folder.
104
 //
104
 //
105
 //#define SHOW_CUSTOM_BOOTSCREEN
105
 //#define SHOW_CUSTOM_BOOTSCREEN
106
-
107
 // @section machine
106
 // @section machine
108
 
107
 
109
 // SERIAL_PORT selects which serial port should be used for communication with the host.
108
 // SERIAL_PORT selects which serial port should be used for communication with the host.
1104
 //#define MAKRPANEL
1103
 //#define MAKRPANEL
1105
 
1104
 
1106
 //
1105
 //
1106
+// ReprapWorld Graphical LCD
1107
+// https://reprapworld.com/?products_details&products_id/1218
1108
+//
1109
+//#define REPRAPWORLD_GRAPHICAL_LCD
1110
+
1111
+//
1107
 // Activate one of these if you have a Panucatt Devices
1112
 // Activate one of these if you have a Panucatt Devices
1108
 // Viki 2.0 or mini Viki with Graphic LCD
1113
 // Viki 2.0 or mini Viki with Graphic LCD
1109
 // http://panucatt.com
1114
 // http://panucatt.com

+ 6
- 0
Marlin/example_configurations/tvrrug/Round2/Configuration.h View File

1094
 //#define MAKRPANEL
1094
 //#define MAKRPANEL
1095
 
1095
 
1096
 //
1096
 //
1097
+// ReprapWorld Graphical LCD
1098
+// https://reprapworld.com/?products_details&products_id/1218
1099
+//
1100
+//#define REPRAPWORLD_GRAPHICAL_LCD
1101
+
1102
+//
1097
 // Activate one of these if you have a Panucatt Devices
1103
 // Activate one of these if you have a Panucatt Devices
1098
 // Viki 2.0 or mini Viki with Graphic LCD
1104
 // Viki 2.0 or mini Viki with Graphic LCD
1099
 // http://panucatt.com
1105
 // http://panucatt.com

Loading…
Cancel
Save