• Home
Name Date Size #Lines LOC

..--

READMED03-May-2024700 1912

bitmap_size.txtD03-May-202411 21

firmware_error.565D03-May-2024750 KiB

firmware_install.565D03-May-2024750 KiB

icon_firmware_error.pngD03-May-20247.9 KiB

icon_firmware_install.pngD03-May-202412.4 KiB

README

1This directory contains the firmware_install.565 and
2firmware_error.565 bitmaps shown when installing a radio or hboot
3update via OTA on a passion device.
4
5They were generated from the corresponding .png files by doing:
6
7  convert -gravity center -extent 480x800 -background black -depth 8 icon_firmware_install.png temp.rgb
8  rgb2565 -w 480 < temp.rgb > firmware_install.565
9
10  convert -gravity center -extent 480x800 -background black -depth 8 icon_firmware_error.png temp.rgb
11  rgb2565 -w 480 < temp.rgb > firmware_error.565
12
13(convert is part of ImageMagick; rgb2565 is built in the android
14source tree.)
15
16bitmap_size.txt contains the width, height, and depth of the bitmaps
17(480 x 800 x 16bpp).
18
19