2014-09-28 07:18 AM
i use the cube to generate ltdc ip code of stm32f429,why i can't get
the base graphic function such as LCD_DrawLine ,LCD_DrawCircle etc?must i write the function by myself or copy the functions from ''the stm32f429i_discovery_lcd.c''?2014-10-07 09:34 AM
Hi,
The STM32CubeMX tool does not generate any user board specifities drivers, already available under STM32CubeFW package BSP folder. You have to include the STM32F429 BSP LCD drivers manualy within your project. Regards,Heisenberg.