Screen images (128x64 pixels) in PNG format which needs to be converted to CBM compressed bitmap

Tool to convert: svn://svn/main/tools/bitmap
After compiling the tool, invoke cbmcompress to convert images.

Example:
$ ./cbmcompress -I startlogo startlogo.png
Output files include startlogo.h which contains CBM compressed bitmap in an array. Copy/update this array to the code.

