Question
STM32303E-Eval board TFT LCD. I want to display a picture to the LCD display but it does not display anything using bsp_lcd_drawbitmap() function.
I am being able to convert the image to header file for c but the header file also needs the starting headers as seen in the stlogo file in examples.
Before the 0xff data of the logo is the information about the size and etc but using the online softwares and tools i am able to generate only the image data part and it misses out on the first few hex bytes of data. How can i get it ?
Is there any other way to display image on LCD ?

