|
@@ -1162,6 +1162,13 @@
|
1162
|
1162
|
#define NOT_A_PIN 0 // For PINS_DEBUGGING
|
1163
|
1163
|
#endif
|
1164
|
1164
|
|
|
1165
|
+// Number of VFAT entries used. Each entry has 13 UTF-16 characters
|
|
1166
|
+#if ENABLED(SCROLL_LONG_FILENAMES)
|
|
1167
|
+ #define MAX_VFAT_ENTRIES (5)
|
|
1168
|
+#else
|
|
1169
|
+ #define MAX_VFAT_ENTRIES (2)
|
|
1170
|
+#endif
|
|
1171
|
+
|
1165
|
1172
|
// Force SDCARD_SORT_ALPHA to be enabled for Graphical LCD on LPC1768
|
1166
|
1173
|
// because of a bug in the shared SPI implementation. (See #8122)
|
1167
|
1174
|
#if defined(TARGET_LPC1768) && ENABLED(REPRAP_DISCOUNT_FULL_GRAPHIC_SMART_CONTROLLER)
|