Skip to main content
meh mat
Visitor II
February 12, 2017
Question

How to display image via LCD_WriteBMP()

  • February 12, 2017
  • 1 reply
  • 573 views
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
    This topic has been closed for replies.

    1 reply

    Technical Moderator
    February 13, 2017
    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

    In order to give better visibility on the answered topics, please click on 'Best answer' on the reply which solved your issue or answered your question. Thanks