how to convert image to hex file for STM32F746G-Disco board
I have loaded example from CubeMX for STM32F746G-Disco board, it is working fine.
This is the top of the hex file the original from CubeMX example
const uint32_t RGB565_480x272[65280] =
{
0x7A537A53,
0x82538253,
But when I am trying my own image, I cannot get the right format. Does anybody know what was used for the image conversion. I tired almost everything I could think about a few HEX converters and PhotoShop.
this is what I am getting, from the header it looks like 32 bit, RGB565 format with alpha.
this is what I am trying to display
240 x 160

