File tree Expand file tree Collapse file tree 1 file changed +8
-5
lines changed Expand file tree Collapse file tree 1 file changed +8
-5
lines changed Original file line number Diff line number Diff line change @@ -34,15 +34,18 @@ Names:
34
34
* "top\_ [ num] .[ ext] " (NTR)
35
35
* "inf\_ [ num] .[ ext] " (NTR)
36
36
* "sup\_ [ num] .[ ext] " (NTR)
37
- * "[ date] \_ [ time] \_ LO\_ [ num] .[ ext] " (TestMenu)
38
- * "[ date] \_ [ time] \_ UR\_ [ num] .[ ext] " (TestMenu)
39
- * "[ date] \_ [ time] \_ UL\_ [ num] .[ ext] " (TestMenu)
37
+ * "[ YYYYMMDD] \_ [ HHMM] \_ LO\_ [ num] .[ ext] " (TestMenu)
38
+ * "[ YYYYMMDD] \_ [ HHMM] \_ UR\_ [ num] .[ ext] " (TestMenu)
39
+ * "[ YYYYMMDD] \_ [ HHMM] \_ UL\_ [ num] .[ ext] " (TestMenu)
40
+ * "[ YYYY] -[ MM] -[ DD] \_ [ HH] -[ MM] -[ SS] .[ num] \_ top.bmp" (Luma)
41
+ * "[ YYYY] -[ MM] -[ DD] \_ [ HH] -[ MM] -[ SS] .[ num] \_ bot.bmp" (Luma)
42
+
43
+ (If you don't see your format on here, the matching system can be found in [ Type.java] ( ./src/red/Type.java ) .
44
+ Create an issue with the format you would like added or feel free to add it yourself)
40
45
41
46
Where the values are:
42
47
43
48
* [ num] is a number
44
- * [ date] is Year, Month, Day
45
- * [ time] is Hour, Minute
46
49
* [ ext] is a picture format (usually png or bmp)
47
50
48
51
The numbers for the top screen should match up with the same number for the bottom screen.
You can’t perform that action at this time.
0 commit comments