Q: When I rotate the display on a BitsyXb with a splash screen defined the bootloader image is not rotated but the desktop is. How do I get my bitmap to look the same in the bootloader and the desktop?
This can be accomplished on the BitsyXb by creating two bitmap files. One pre-rotated for the bootloader (adsload.bmp), and the other not rotated to allow Windows CE to do the rotation. Place the following keys in the adsload.reg and the desktop bitmap Unrotated.bmp in the FlashFx Disk folder. The adsload.bmp file should be loaded onto onboard flash as normal.
Keys for making a different bitmap for the desktop than for the bootloader:
[HKEY_CURRENT_USER\ControlPanel\Desktop]
"wallpaper"="\FlashFx Disk\Unrotated.bmp"
[HKEY_LOCAL_MACHINE\Platform\CustomerBmpProvided]
"DummyKey"="DummyValue"