Customize the mini2440 wince startup Interface

Source: Internet
Author: User

Customize the mini2440 wince startup interface process

My display is 7-inch, so I should make a 800*480 pixel image according to the resolution.

The detailed steps are as follows:

1. I made it using Photoshop, for example:

2. Use BMP 2t.exe to convert the image. enter the name of the BMP 2t Space Image in the command line, as shown in figure

> BMP 2t forhibaidu.bmp

A forhibaidu. h file with the same name will be generated soon.

The content format is as follows:

Static const unsigned short forhibaidu [] = {
0 x character, 0 x character, 0 x character, 0 x character, 0x0000, 0x0000, there are many characters

3. Modify the samsung_a70.c content under *: \ wince500 \ platform \ smdk2440 \ kernel \ hal

* Indicates that you have a PB drive letter.

You only need to modify const unsigned short screenbitmap_a70 [] = {the following content, which can be copied directly from forhibaidu. h.

After saving, open PB to compile your OS.

Then you can download it to your development version.

For display screens of other sizes, modify *: \ wince500 \ platform \ smdk2440 \ kernel \ Hal to make consistent images. file C, samsung_a70.c (7-inch screen) samsung_n35.c (3.5-inch) samsung_vga1024x768.c (VGA)

Goodluck :)

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.