How to change splash screen bmp file on i.MX23?

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 

How to change splash screen bmp file on i.MX23?

1,319 次查看
YaseminYILMAZ1z
Contributor I
Hi all,

I want to change splash screen bmp file that is shown during startup on i.MX23 Windows Embedded Ce 6.0 based device. Is there anyone trying this? Is the modification of bootloader required?

Thanks a lot for your helps,
Yasemin
标记 (1)
0 项奖励
2 回复数

723 次查看
G_rio
Contributor III

Hello Yasemin,

You need to do these steps.

1 - create a dir in c:\WINCE600 (like Personalization)

2 - put your splash file (Splash.jpg or bmp) in Personalization folder

3 - create a new empty subproject and add these commands

   xxxxx.bib

       FILES
       splash.jpg       $(_WINCEROOT)\Personalization\splash.jpg                   NK H

   xxxxx.reg

       ; initial value for background bitmap
       [HKEY_CURRENT_USER\ControlPanel\Desktop]
       "wallpaper"="\\Windows\\Splash.jpg"

 

Use your own method to rebuild or (clean and rebuild all)

0 项奖励

723 次查看
daiane_angolini
NXP Employee
NXP Employee
0 项奖励