Question
IAR Embedded Workbench - Embed BMP File into Application Binary
Posted on July 28, 2014 at 18:38
Does anyone know how to embed BMP images (or other files) into the application image in IAR? I'd like to embed a series of BMP images, then have my code be able to read the BMP and send it to another device for display.
I could always write a utility to read the BMP files and output code to create constant char arrays with the contents, but I was hoping for a more direct method.Thanks, Jeff.