Hi,
I am trying to display a BMP file on LCD of the LogcPD EVM.
The header information of the file that I have got it below when I read using a Windows Application.
BMP Size = 0x4d42, hdr Sz = 0x5896, ofSt = 0x436
DIB hdr Size = 0x28, Width = 0xf0, Height = 0x5a, BPP = 0x8,
So, I moved to offset 0x436 and read till the end of the file. I have replaced the logo present in celogo.h file with this RAW data. I have modified the celogo_width and celogo_height parameters to 226 and 31 respectively.
When I display on LCD this RAW data I don't see the expected result.
Do I need to convert this data to RGB565 format or any other else?
Thank You & Regards,
GSR