2016-06-29 01:09 PM
Are there any examples or documentation to describe how to configure Cube to run the LCD and touchscreen on the 469i_Disco board? I'm finding this to be a monumental task since the 469i-Disco uses DMA2D, FMC/SDRAM1, I2C, LTDC and the RCC peripherals to operate the LCD.
2016-06-29 02:53 PM
Hi,
You can start with an example under/content/my_st_com/en/products/embedded-software/mcus-embedded-software/stm32-embedded-software/stm32cube-embedded-software/stm32cubef4.license=1467222360html
: STM32Cube_FW_F4_V1.0\Projects\STM32469I-Discovery\Applications\Display\LCD_Paint You find the needed for your project under this application which can help you as an implementation example to configure LCD touch screen. You can refer to the , section (5.1 LCD configuration) and look at this manual , it may be helpful. Regards