Android RLE format boot logo Creation

Source: Internet
Author: User

Use the image tool to edit the desired PNG, save it as logo.png

Run the following command in the command where logo.png is located:

Use the convert command provided by ImageMagick to convert the raw format.
Convert-depth 8 logo.png RGB: logo. Raw

Rgb2565 tool provided by Android to convert raw files into rle565 format
$ (Src_home)/out/host/linux-x86/bin/rgb2565-RLE <logo. Raw
> Initlogo. RLE
 
Copy initlogo. RLE to the root directory of the Android system, that is, under the root directory.
CP initlogo. RLE root/

Note: The image name must be initlogo. Rle. You can also modify the image name. You need to modify $ (src_home)/system/CORE/init.
The corresponding macro in the/init. h file.

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.