Hello,
I migrated my fine running firmware from a Stellaris Board with Graphics Library rev9107 to a Tiva Board with Graphic Lib revision 2.1.3.156.
Now, all my converted images lack of at least one row of pixels on the top of every image.
Was there any change in drawing Canvases?
One example of my canvases:
const Canvas(g_sBoot_Img, &g_sMenu_Screen, &g_sBoot_Product_Name, 0,
&Crystalfontz_SSD2119,
0, 0, 320, 105,
(CANVAS_STYLE_IMG ),
BOOT_BG_COLOR, MAINFRAME_FILL_COLOR, MAINFRAME_FONT_COLOR_GENERAL, MAINFRAME_FONT_SMALL, 0, img_boot, 0);
The *.h file of the img_boot looks like this:
const unsigned char img_boot[] =
{
IMAGE_FMT_8BPP_UNCOMP,
24, 1,
66, 0,
251,
//* here would be the whole data of the image*/
}