SMDH: Difference between revisions
→Format: Corrections |
No edit summary |
||
Line 71: | Line 71: | ||
=== Icon graphics === | === Icon graphics === | ||
At offset | At offset 0x2040, there are two icons: | ||
{| class="wikitable" border="1" | |||
|- | |||
! START | |||
! SIZE | |||
! DESCRIPTION | |||
|- | |||
| 0x2040 | |||
| 0x480 | |||
| Small - 24x24 (shown on top screen when pausing the app) | |||
|- | |||
| 0x180 | |||
| 0x1200 | |||
| Large - 48x48 icon (the general icon) | |||
|} | |||
Both of the icons are encoded in RGB565 meaning 16bpp. Although both icons are known to be RGB565, developers have the option of encoding icons (and banners) with the following encodings : | Both of the icons are encoded in RGB565 meaning 16bpp. Although both icons are known to be RGB565, developers have the option of encoding icons (and banners) with the following encodings : |