2017-02-12 06:23 AM
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.thanks2017-02-13 01:22 AM
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