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

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

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

1,328件の閲覧回数
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 返答(返信)

732件の閲覧回数
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 件の賞賛

732件の閲覧回数
daiane_angolini
NXP Employee
NXP Employee
0 件の賞賛