Skip to content

Commit 333459a

Browse files
authored
Add luma
1 parent ab8523f commit 333459a

File tree

1 file changed

+8
-5
lines changed

1 file changed

+8
-5
lines changed

README.md

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -34,15 +34,18 @@ Names:
3434
* "top\_[num].[ext]" (NTR)
3535
* "inf\_[num].[ext]" (NTR)
3636
* "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)
4045

4146
Where the values are:
4247

4348
* [num] is a number
44-
* [date] is Year, Month, Day
45-
* [time] is Hour, Minute
4649
* [ext] is a picture format (usually png or bmp)
4750

4851
The numbers for the top screen should match up with the same number for the bottom screen.

0 commit comments

Comments
 (0)