Question
How can I import image in C code ?
Posted on November 03, 2016 at 23:27
Hi
I am doing some experiments with STM32F469I-Discovery, in some example with LCD there are images (e.g. life_augmented_argb8888.h). How is possible convert an image create with Photoshop in code similar to: const uint32_t image_name[size] { 0xFFFFFFFF ... } It is possible to handle the transparency? Thank you Livio