Search Results
Search results 1-3 of 3.
This site uses cookies. By continuing to browse this site, you are agreeing to our Cookie Policy.
-
Hello. I'm using emWin library on ST Discovery board (STemWin) and I have problem with loading 8bpp BMP file into IMAGE widget (using IMAGE_LoadBMP function). I'm loading whole file into RAM. Other types of bitmap (24bpp, 16bpp, 4bpp) are working fine. It looks like 8bpp palette is not loaded correctly. Anyone knows what's the problem and how to fix it? Is emWin using some predefined palette to load 8bpp bitmaps (and ignoring the palette which is in the file)? I'm attaching screen from my LCD an…