Image Tool for embedded systems

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 

Image Tool for embedded systems

1,579 次查看
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 项奖励
回复
4 回复数

1,353 次查看
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 项奖励
回复

1,354 次查看
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 项奖励
回复

1,354 次查看
eduardabelló
Contributor II

Thank you very much Erich

0 项奖励
回复

1,354 次查看
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