cancel
Showing results for 
Search instead for 
Did you mean: 

How to display image via LCD_WriteBMP()

meh mat
Associate
Posted on February 12, 2017 at 15:23

Hi,I need a example of displaying bitmap image with LCD_WriteBMP(uint32_t BmpAddress) function available in stm32f429i_discovery_lcd.c and similar libraries of stm32.

I need a complete procedure including the way of converting bitmap to .c or hex and format of variable to define in MDK keil IDE in case.

thanks
1 REPLY 1
Imen.D
ST Employee
Posted on February 13, 2017 at 10:22

Hello

visionofast

‌,

I recommend to use the Bitmap converter tool (

BmpCvt.exe)

for emWin that you find at this path:

STM32F4xx_DSP_StdPeriph_Lib_V1.8.0\Utilities\ST\STemWin\Softwareand refer to the

https://www.segger.com/downloads/emwin/UM03001_emWin5.pdf

in Chapter 10 Bitmap Converter for more clarification on this topic.

Have a look to the

working

LTDC examples underSTM32F4 DSP and standard peripherals library, it may be very helpfulto programming the display: STM32F4xx_DSP_StdPeriph_Lib_V1.8.0\Project\STM32F4xx_StdPeriph_Examples\LTDC.

Best Regards

Imen

When your question is answered, please close this topic by clicking "Accept as Solution".
Thanks
Imen