2015-10-30 12:28 PM
2015-11-02 01:38 AM
Hi noto,
Have a look to LTDC examples under STM32Cube F7 package, it may be very helpfulSTM32Cube_FW_F7_V1.2.0\Projects\STM32746G-Discovery\Examples\LTDC.In fact the LTDC_Display_2Layers example describes how to configure the LTDC peripheral to display two Layers at the same time: - Layer 1 is configured to display an image loaded from flash memory with direct color (RGB565) as pixel format and 320x240 (QVGA) size. - Layer 2 is configured to display an image loaded from flash memory with indirect color (L8) as pixel format and 320x240 (QVGA) size.So this example can be a starting point to learn about programming the display.-Syrine-