cancel
Showing results for 
Search instead for 
Did you mean: 

[STM32F7 Discovery] - LTDC

federicoanoto
Associate II
Posted on October 30, 2015 at 20:28

 

 

The original post was too long to process during our migration. Please click on the attachment to read the original post.
1 REPLY 1
Nesrine M_O
Lead II
Posted on November 02, 2015 at 10:38

Hi noto,

Have a look to LTDC examples under STM32Cube F7 package, it may be very helpful

STM32Cube_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-