Hi TI experts:
I use LCDK C6748 board interface with ULCD7 Lite. I tried to run grlib_demo from starterware_1_20_04_01. In the file " images.c", there are several image files.
(1) what is the meaning for the first three lines in the image file?
IMAGE_FMT_16BPP_UNCOMP,
35, 0,
35, 0,
const unsigned char g_pucLogo[] =
{
IMAGE_FMT_16BPP_UNCOMP,
35, 0,
35, 0,
0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff,
0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, ....
(2) how to use it ?
(3) could you please tell me how to form an Icon (like Audio icon)? a code example will be helpful for understanding.