FAQ - Before you ask: Here are the answers... --------------------------------------------- # Why are the colors of my Bitmaps wrong on my Palm IIIc ?! Because i programmed no color matching algorithm for the Bitmaps. Imagine a 97*26Pixel Bitmap.. That are 2522Pixel. For each Pixel you had to compare the color of the pixel in the bitmap with the 255 colortable entrys of the palm and set the nearest equivalent. That are 2522*255=643110 comparations... Thats getting really slow. So i implemented a hardcoded table for the PaintshopPro 5.0 standard palette. Each color of the PSP5.0 standard palette is mapped to the correct PalmOS color. If your palette has for example the color red, where the PSP palette index has the color blue. The result looks quite false. Just take one of the example pictures (SWDemo, 16CDemo, 256Color) and modify it to get the correct colors with your own logos. #I cannot delete Logos/Midis! Why? Because you didnīt read the manual :-). Please read it! I admit i also do this very seldom, but there is really written down how to get things to work.