Image Tool for embedded systems

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Image Tool for embedded systems

1,323 Views
eduardabelló
Contributor II

Hi there, I'm starting to work on a embedded system with an LCD display using mkl82z128vlk7 as microcontroller and I'm wondering if nxp has any special tool or app for image conversion into any suitable format for embedded systems?

Thank you very much

0 Kudos
4 Replies

1,097 Views
eduardabelló
Contributor II

Thank you Erich, I'm wondering if you know the best format for storing the images on a SD card, our purpose is to load all the images on an external SD card and read them at the time to display those images

0 Kudos

1,098 Views
BlackNight
NXP Employee
NXP Employee

I would store it in a format easy to read for the microcontroller: either in your own format or e.g. the BMP format which is easy to read. Under the assumption that disk space is not an issue for you.

Erich

0 Kudos

1,098 Views
eduardabelló
Contributor II

Thank you very much Erich

0 Kudos

1,098 Views
BlackNight
NXP Employee
NXP Employee

Google or any other web search engine probably will give you many suggestions.

What I suggest ist the LCD Image Converter from Sourceforge (lcd-image-converter - Browse Files at SourceForge.net ), e.g. see https://learn.adafruit.com/steampunk-cameo-necklace/bitmaps-and-code 

I hope this helps,

Erich