cancel
Showing results for 
Search instead for 
Did you mean: 

Display images in STM3210E-EVAL LCD

Saif
Associate II
Posted on April 21, 2010 at 12:01

Display images in STM3210E-EVAL LCD

6 REPLIES 6
afinko
Associate II
Posted on May 17, 2011 at 13:48

Hi,

I am using Adobe Photoshop CS4 for saving .BMP files in 16 bit R5 G6 B5 format. The ico.bmp is attached as example. You can test it.

I implemented

http://elm-chan.org/fsw/ff/00index_e.html

on NAND flash, so my menu is using .bmp icons from NAND.

Afi

Saif
Associate II
Posted on May 17, 2011 at 13:48

thank you Afinko

I will test, but concerning the FatFs, it is what exactly???

afinko
Associate II
Posted on May 17, 2011 at 13:48

http://elm-chan.org/fsw/ff/00index_e.html

is implementation of FAT File System in ANSI C. In STM3210E-EVAL demo program you can chose USB Mass Storage and you can copy some files to the SD card, or NAND flash. I am using .bmp files copied on NAND flash as icons in menu.

mariemzidi
Associate II
Posted on May 17, 2011 at 13:48

Hi afinko,

I'm runnig the demonstration software for the STM3210E-Eval. I displayed the main menu & the icons and now I need to change these icons with some other icons according to my application to load them after thatto the Internal Flash.

Can you please help me with this ??

Best Regards,

0690X0000060Ml6QAE.gif

Saif
Associate II
Posted on May 17, 2011 at 13:48

Hi Mariem

to post your icons, it is first of all necessary to manufacture icons 64x64 pixels of the types BMP 16 bits  Red : 5 Green: 6 Blue: 5 then you store them in the NOR memory (by using Defus) or NAND (by using the demo mass storage) finally you post them in LCD by using the drivers.

Best Regards. :))
afinko
Associate II
Posted on May 17, 2011 at 13:48

Hi,

as I mentioned before, I posted the method how to load .bmp images to STM3210E-EVAL board in this thread:

https://my.st.com/public/STe2ecommunities/mcu/Lists/ARM%20CortexM3%20STM32/DispForm.aspx?ID=11845