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 :)