rmc_website/dsidev/tcl_2.html
2024-01-02 22:35:13 -05:00

26 lines
1.4 KiB
HTML

---
layout: devinfo
app: tcl_2
redirect_from: /dsidev/tcl-2.html
---
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;"><h2>Photos from romfs:</h2>
<div class="photo">
<div>
<h3>001.bmp</h3>
<img src="{{ site.imgdir }}/{{ page.app }}/romfs/001.bmp">
</div>
<div>
<h3>boy.bmp</h3><img src="{{ site.imgdir }}/{{ page.app }}/romfs/boy.bmp">
</div>
<div>
<h3>HNI_0037.bmp</h3>
<img src="{{ site.imgdir }}/{{ page.app }}/romfs/HNI_0037.bmp">
</div>
<div>
<h3>HNI_0040.bmp</h3>
<img src="{{ site.imgdir }}/{{ page.app }}/romfs/HNI_0040.bmp"></div>
</div>
<h2>Screenshots:</h2>
<div class="screenshot"><img src="{{ site.imgdir }}{{ page.app }}/screenshots/tcl-2.png"></div></div>