Skip to main content
federicoanoto
Associate II
October 30, 2015
Question

[STM32F7 Discovery] - LTDC

  • October 30, 2015
  • 1 reply
  • 607 views
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.
    This topic has been closed for replies.

    1 reply

    Nesrine M_O
    Associate
    November 2, 2015
    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-