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.

How to display image on LCD using Frame buffer in Sitara AM335X.

Other Parts Discussed in Thread: AM3358

Hi,

We are using AM3358 Sitara EVM and need to display various customized images on LCD.

From different forums found out that images in raw format can be written on /dev/fb0 (i.e. cat image.rgb > /dev/fb0).


 Tried out that thing and its displayed also properly.


But, Need to know that how many format (RGB,YUV) and its variants (RGB888,BGRA,....) are supported with frame buffer?

Also any demo application or sample example are available for display module in RDK or SDK?

Thanks in advance.