This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

OMAPL138 StarterWare Raster LCD Example

Other Parts Discussed in Thread: OMAPL138, SYSBIOS, OMAP-L138

OMAPL138_StarterWare_1_10_03_03 is installed on my machine.

I used bmp2c utility to convert a BMP image to C file. When I build the project with the generated C header file, image is not displayed on LCD properly, i.e., a fuzzy image is shown repeatedly.

I used -16 option to convert it into 16-bit pixel values. I think the original image.h also stores 16-bit pixel values.

Could you help me with this?