How to generate .h file for flash images on HX8357 TFT Display ?

Hi,

I am using a HX8357 TFT display, all is working nicely, the HX8357 library has a flash image example which also works well.

However I am stuck getting my own image to work, how do I create a .h file to load into the arduino tabs? I have used the 'Image565' converter tool but this only converts to a .c file...?

Is there a good tutorial on how to load a flash image into this display anywhere?

Thanks

Create a tab for your project. Call it image.h
Copy-paste the output from the image565 tool.

If you have a problem, attach the "C" file that you have generated. Then someone can show you what to do.

Note that there are practical size limits for any image.

David.

Thanks David, that was the nudge I needed, worked it out from there.