|
@@ -247,12 +247,11 @@
|
247
|
247
|
#define DOGLCD_A0 59 // J3-8 & AUX-2
|
248
|
248
|
#define DOGLCD_CS 63 // J5-3 & AUX-2
|
249
|
249
|
|
250
|
|
-#ifdef ULTIPANEL
|
251
|
|
-
|
252
|
|
- #define LCD_PINS_D5 71 // ENET_MDIO
|
253
|
|
- #define LCD_PINS_D6 73 // ENET_RX_ER
|
254
|
|
- #define LCD_PINS_D7 75 // ENET_RXD1
|
255
|
|
-#endif
|
|
250
|
+ #ifdef ULTIPANEL
|
|
251
|
+ #define LCD_PINS_D5 71 // ENET_MDIO
|
|
252
|
+ #define LCD_PINS_D6 73 // ENET_RX_ER
|
|
253
|
+ #define LCD_PINS_D7 75 // ENET_RXD1
|
|
254
|
+ #endif
|
256
|
255
|
|
257
|
256
|
#if ENABLED(NEWPANEL)
|
258
|
257
|
#if ENABLED(REPRAPWORLD_KEYPAD)
|
|
@@ -267,21 +266,21 @@
|
267
|
266
|
//#define SHIFT_EN 41 // J5-4 & AUX-4
|
268
|
267
|
#endif
|
269
|
268
|
|
270
|
|
- #define SDCARD_SORT_ALPHA // Using SORT feature to keep one directory level in RAM
|
271
|
|
- // When going up/down directory levels the SD card is
|
272
|
|
- // accessed but the garbage/lines are removed when the
|
273
|
|
- // LCD updates
|
|
269
|
+ #define SDCARD_SORT_ALPHA // Using SORT feature to keep one directory level in RAM
|
|
270
|
+ // When going up/down directory levels the SD card is
|
|
271
|
+ // accessed but the garbage/lines are removed when the
|
|
272
|
+ // LCD updates
|
274
|
273
|
|
275
|
|
- #define SDSORT_LIMIT 256 // Maximum number of sorted items (10-256). Costs 27 bytes each.
|
276
|
|
- #define FOLDER_SORTING -1 // -1=above 0=none 1=below
|
277
|
|
- #define SDSORT_GCODE false // Allow turning sorting on/off with LCD and M34 g-code.
|
278
|
|
- #define SDSORT_USES_RAM true // Pre-allocate a static array for faster pre-sorting.
|
279
|
|
- #define SDSORT_USES_STACK false // Prefer the stack for pre-sorting to give back some SRAM. (Negated by next 2 options.)
|
280
|
|
- #define SDSORT_CACHE_NAMES true // Keep sorted items in RAM longer for speedy performance. Most expensive option.
|
281
|
|
- #define SDSORT_DYNAMIC_RAM false // Use dynamic allocation (within SD menus). Least expensive option. Set SDSORT_LIMIT before use!
|
|
274
|
+ #define SDSORT_LIMIT 256 // Maximum number of sorted items (10-256). Costs 27 bytes each.
|
|
275
|
+ #define FOLDER_SORTING -1 // -1=above 0=none 1=below
|
|
276
|
+ #define SDSORT_GCODE false // Allow turning sorting on/off with LCD and M34 g-code.
|
|
277
|
+ #define SDSORT_USES_RAM true // Pre-allocate a static array for faster pre-sorting.
|
|
278
|
+ #define SDSORT_USES_STACK false // Prefer the stack for pre-sorting to give back some SRAM. (Negated by next 2 options.)
|
|
279
|
+ #define SDSORT_CACHE_NAMES true // Keep sorted items in RAM longer for speedy performance. Most expensive option.
|
|
280
|
+ #define SDSORT_DYNAMIC_RAM false // Use dynamic allocation (within SD menus). Least expensive option. Set SDSORT_LIMIT before use!
|
282
|
281
|
|
283
|
|
- #if ENABLED(VIKI2) || ENABLED(miniVIKI)
|
284
|
|
-// #define LCD_SCREEN_ROT_180
|
|
282
|
+ #if ENABLED(VIKI2) || ENABLED(miniVIKI)
|
|
283
|
+ // #define LCD_SCREEN_ROT_180
|
285
|
284
|
|
286
|
285
|
#undef BEEPER_PIN
|
287
|
286
|
#define BEEPER_PIN 37 // may change if cable changes
|
|
@@ -309,12 +308,12 @@
|
309
|
308
|
#define STAT_LED_BLUE_PIN 63 // may change if cable changes
|
310
|
309
|
#define STAT_LED_RED_PIN 6 // may change if cable changes
|
311
|
310
|
#endif
|
|
311
|
+
|
312
|
312
|
//#define MISO_PIN 50 // system defined J3-10 & AUX-3
|
313
|
313
|
//#define MOSI_PIN 51 // system defined J3-10 & AUX-3
|
314
|
314
|
//#define SCK_PIN 52 // system defined J3-9 & AUX-3
|
315
|
315
|
//#define SS_PIN 53 // system defined J3-5 & AUX-3 - sometimes called SDSS
|
316
|
316
|
|
317
|
|
-
|
318
|
317
|
#if ENABLED(MINIPANEL)
|
319
|
318
|
// GLCD features
|
320
|
319
|
//#define LCD_CONTRAST 190
|