I'm searching for a way to display my images to the LCD, but all the examples I've found use images taken from the camera, or require the use of UI development software (Crank Storyboard). Is there any way to import an image into the MCUXPresso project and send it to the LCD, maybe by converting an image into data and writing it directly to the framebuffer?
Hi Alex,
I recommend you to check the sd_jpeg example from our MCUXpresso SDK. The SD JPEG Demo application reads the JPEG pictures from the SD card, decodes them, and shows them in the LCD panel one by one. Maybe this example can be helpful for you.
Best regards,
Felipe
how to display .gif file (stored in SD card) on LCD using filesystem in lvgl? i am using 1064 board