You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -19,7 +19,7 @@ I haven't yet flashed any results to my personal RCD330. This is a work in progr
19
19
### OVG bin files (flags, etc)
20
20
21
21
* To convert an `_ovg.bin` file to PNG, edit and run `python3 ovg_to_png.py`
22
-
*There's currently no converter from PNG to `_ovg.bin`format, but now that the RLE compression flags are understood, I can do this soon. Or you can! Submit a PR ;)
22
+
*To convert any PNG to an `_ovg.bin`compatible file, edit and run `python3 png_to_ovg.py`
23
23
24
24
- Credit to `Niklas_1414` for pushing me to examine these files. Further credits in the python file.
0 commit comments