mirror of
https://github.com/rvtr/rmc_website.git
synced 2025-06-18 18:25:31 -04:00
28 lines
1.2 KiB
HTML
28 lines
1.2 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>There were two other photos (<code>boy.bmp</code> and <code>001.bmp</code>) of a young boy and a slice of cake found in nitrofs. These are not not used in the demo.
|
|
<br><br>
|
|
This app is just like the tcl-2 demo in the TWL SDK, but with different images.
|
|
|
|
<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>
|