Startup Screen CustomisationCustomising the startup screen is possible. The startup image is a 90 degrees rotated bmp file (480x640) with a 24bit colour depth called Startup_screen.bmp. You simply need to copy it to the correct location so it will be picked up at boot time.if [ -f /home/QtPalmtop/pics144/Startup_screen.bmp ]; then sdisp /home/QtPalmtop/pics144/Startup_screen.bmp &else bzcat /usr/QtPalmtop.rom/pics144/Startup_screen.bmp.bz2 > /tmp/Startup_screen.bmp rm -f /tmp/Startup_screen.bmp