cancel
Showing results for 
Search instead for 
Did you mean: 

BMP Picture Display on TFT 3.2inch LCD Driven by STM32F103Z

bobokang_2003
Associate
Posted on September 07, 2016 at 15:24

Hi, I'm using a local 3rd party evaluation board(waveshare--open103z) which use the STM32F103Z for the core controller. And I connect a LCD display module(HY32D) whose display chip is ILI9325. Now I wanna display a BMP picture on LCD, is there any example source code or library I can reference? Currently I can just only display character or strings. Thanks!

#stm32f103z #tft-lcd
1 REPLY 1
slimen
Senior
Posted on September 07, 2016 at 18:34

Hi,

Look at this application note

http://www.st.com/content/ccc/resource/technical/document/application_note/85/ad/ef/0f/a3/a6/49/9a/CD00201397.pdf/files/CD00201397.pdf/jcr:content/translations/en.CD00201397.pdf

 which provides a TFT LCD interfacing example.

You can refer to one of the many examples within the STM32CubeF4 firmware package and get inspired from them to develop your application:

STM32Cube_FW_F4_V1.13.0\Projects\STM324x9I_EVAL\Applications\Display

Regards