Displaying Your Logo During Boot
BitsyX CE boot 1.09 and later support displaying a custom logo during boot. Add the following information to your ADSLOAD.HWT file and load your bitmap as ADSLOAD.BMP.
;--------------------------------------------------------------------
; Logo Displayed During Boot
;
; You can customize your system to display your corporate logo
; during boot. Load it as ADSLOAD.BMP with other CE system files
; and set the entries below. This is the same file that will be
; displayed on the CE desktop.
;
; If the display is configured for 8 bit-per-pixel(bpp) mode, the
; bitmap must be in 8bpp BMP format. In 16bpp display mode,
; the boot code can display 8 or 24bpp bitmap files.
;
; This feature does not support the display rotation that CE
; supports. Rotate the bitmap appropriately before saving it
; to ADSLOAD.BMP.
;
; Availability: BitsyX boot code 1.09 or later
;--------------------------------------------------------------------
0xA1E30004 0x0000002 ; Boot logo: 0x00=none, 0x01=ADS logo(b/w)
; 0x02=adsload.bmp
0xA1E30008 0x00003B74 ; Background color: 0x00=black, 0xFF=white
; @16bpp, 0x3B74=CE.NET background color