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

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

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

1,302 Views
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
Tags (1)
0 Kudos
2 Replies

706 Views
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 Kudos