Display a simple string with STM32F429I DISCO-BOARD
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2015-09-04 2:22 PM
Posted on September 04, 2015 at 23:22
Hello,
I recovered some examples to display some string on my DISCO-BOARD, but the example that I found are all build with Drivers/BSP/STM32F429I_DISCO which use as source and header files ==> stm32f429i_discovery_lcd.c / stm32f429i_discovery_lcd.h.Then I look at the latest package you provided. More precisely I look at LTDC_Display_2Layers example and I saw that to display the picture we didn't use stm32f429i_discovery_lcd.c / stm32f429i_discovery_lcd.h but rather used stm32f4xx_hal_ltdc.c and stm32f4xx_hal_ltdc.h and you also use directly registers for LTDC initialization!I don't have yet knowledge to fully understand Lcd_Config function. In stm32f4xx_hal_ltdc.c I didn't find any API to display a simple string. Please can you help me to display a simple string with stm32f4xx_hal_ltdc.c and stm32f4xx_hal_ltdc.h Nb: I use as IDE keil µvision 5.
This discussion is locked. Please start a new topic to ask your question.
10 REPLIES 10
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2017-01-05 9:05 AM
Posted on January 05, 2017 at 17:05
How do I do in order to use this library in a CubeMX generated project? Is it possible?
Thanks!
VÃtor Pereira

- « Previous
-
- 1
- 2
- Next »