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 😛
17 lines
1.9 KiB
HTML
17 lines
1.9 KiB
HTML
---
|
|
layout: devinfo
|
|
app: tcl_2
|
|
---
|
|
tcl-2 converts <code>HNI_0037.bmp</code> and <code>HNI_0040.bmp</code> (found in romfs) to <code>.jpg</code>, then copies them to the photo region of NAND (also updates <code>pit.bin</code> accordingly). The copied images are valid and pass PhotoChecker's tests.<br><br>This specific version off the app comes with two other photos (<code>boy.bmp</code> and <code>001.bmp</code>) of a young boy and a slice of cake. These are not not used in the demo.<br><br><span style="color:orange;">Note: this version of the app seems to be slightly different from the tcl-2 demo in the TWL SDK. More info on that to come later.</span><div style="text-align:center;"><h1>Photos from romfs:</h1>
|
|
|
|
<div style="float: left;width: 38vw;"><h3>001.bmp<br><br><img src="https://cdn.randommeaninglesscharacters.com/assets-dsi/romfs/
|
|
tcl_2/001.bmp" style="width:34vw;filter:drop-shadow(0.25rem 0.25rem 0.5rem #000000);"></h3></div>
|
|
<div style="float: left;"><h3>boy.bmp<br><br><img src="https://cdn.randommeaninglesscharacters.com/assets-dsi/romfs/
|
|
tcl_2/boy.bmp" style="width:34vw;filter:drop-shadow(0.25rem 0.25rem 0.5rem #000000);"></h3></div>
|
|
<div style="float: left;width: 38vw;"><h3>HNI_0037.bmp<br><br><img src="https://cdn.randommeaninglesscharacters.com/assets-dsi/romfs/
|
|
tcl_2/HNI_0037.bmp" style="width:34vw;filter:drop-shadow(0.25rem 0.25rem 0.5rem #000000);"></h3></div>
|
|
<div style="float: left;"><h3>HNI_0040.bmp<br><br><img src="https://cdn.randommeaninglesscharacters.com/assets-dsi/romfs/
|
|
tcl_2/HNI_0040.bmp" style="width:34vw;filter:drop-shadow(0.25rem 0.25rem 0.5rem #000000);"></h3></div></div>
|
|
<div style="text-align:center;"><h1>Screenshots:</h1>
|
|
<div><img src="https://cdn.randommeaninglesscharacters.com/assets-dsi/screenshots/tcl_2/tcl-2.png" style="width:30vw;filter:drop-shadow(0.25rem 0.25rem 0.5rem #000000);"></div></div>
|