Image Tool for embedded systems

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

Image Tool for embedded systems

2,686件の閲覧回数
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 返答(返信)

2,460件の閲覧回数
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 件の賞賛
返信

2,461件の閲覧回数
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 件の賞賛
返信

2,461件の閲覧回数
eduardabelló
Contributor II

Thank you very much Erich

0 件の賞賛
返信

2,461件の閲覧回数
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