mirror of
https://github.com/rvtr/rmc_website.git
synced 2025-10-31 13:31:21 -04:00
Jekyll + CSV will generate...
- Titlecards on index.html
- Download links
- Banner "image"
CDN has also been changed to have uniform file paths that can be assembled via the CSV. Sorry dad, stole the nice naming from the magazine index 😛
11 lines
994 B
HTML
11 lines
994 B
HTML
---
|
|
layout: devinfo
|
|
app: PhotoChecker
|
|
---
|
|
PhotoChecker is an application used to test if photos in NAND were properly written to with the tcl library. This means the photos have to be the proper format, and added to the <code>pit.bin</code> management file.
|
|
<br><br>
|
|
When running, it will display every photo and photo path. When complete it displays a green screen (pass) or a red screen with error message (fail).
|
|
<div style="text-align:center;"><h1>Screenshots:</h1>
|
|
<div style="float: left;width: 35vw;"><img src="https://cdn.randommeaninglesscharacters.com/assets-dsi/screenshots/PhotoChecker/photochecker_checking.png" style="width:30vw;filter:drop-shadow(0.25rem 0.25rem 0.5rem #000000);"></div>
|
|
<div style="float: left;width: 35vw;"><img src="https://cdn.randommeaninglesscharacters.com/assets-dsi/screenshots/PhotoChecker/photochecker_success.png" style="width:30vw;filter:drop-shadow(0.25rem 0.25rem 0.5rem #000000);padding-bottom:2vw;"></div></div>
|