|
@@ -31,16 +31,16 @@
|
31
|
31
|
* This library allows full folder traversal or flat file display and supports both standerd and new style panels.
|
32
|
32
|
*
|
33
|
33
|
* ## Old Style TFT panel
|
34
|
|
- * Supported chars {}[]-+=_"$%^&*()~<>|
|
35
|
|
- * Max display length 22 chars
|
36
|
|
- * Max path len 29 chars
|
|
34
|
+ * Supported chars {}[]-+=_"$%^&*()~<>|
|
|
35
|
+ * Max display length 22 chars
|
|
36
|
+ * Max path len 29 chars
|
37
|
37
|
* (DOS 8.3 filepath max 29chars)
|
38
|
38
|
* (long filepath Max 22)
|
39
|
39
|
*
|
40
|
40
|
* ## New TFT Panel Format file display format
|
41
|
|
- * Supported chars {}[]-+=_!"$%^&*()~<>\|
|
42
|
|
- * Max display length 26 chars
|
43
|
|
- * Max path len 29 chars
|
|
41
|
+ * Supported chars {}[]-+=_!"$%^&*()~<>\|
|
|
42
|
+ * Max display length 26 chars
|
|
43
|
+ * Max path len 29 chars
|
44
|
44
|
* (DOS 8.3 filepath must end '.GCO')
|
45
|
45
|
* (long filepath must end '.gcode')
|
46
|
46
|
*
|