Skip to main content
Explorer
March 11, 2024
Solved

LTDC usage on stm32h735 to display an image of 40x80

  • March 11, 2024
  • 1 reply
  • 1290 views

Can anyone tell me a sample code for LTDC display where im using stm32h735 and using a particular image of         40 x80 and wanted to display on LTDC display.

Is there any better way to learn how to code for LTDC 

 

    This topic has been closed for replies.
    Best answer by Imen.D

    Hello @sid1401w,

    I advise you to have a look at LTDC examples available under STM32CubeH7 MCU package: 

    STM32CubeH7/Projects/STM32H7B3I-EVAL/Examples/LTDC at master · STMicroelectronics/STM32CubeH7 · GitHub

    The example can be a starting point to learn about programming the display and how to configure the LTDC peripheral.

    May these resources help you:

    1 reply

    Imen.DAnswer
    Technical Moderator
    March 11, 2024

    Hello @sid1401w,

    I advise you to have a look at LTDC examples available under STM32CubeH7 MCU package: 

    STM32CubeH7/Projects/STM32H7B3I-EVAL/Examples/LTDC at master · STMicroelectronics/STM32CubeH7 · GitHub

    The example can be a starting point to learn about programming the display and how to configure the LTDC peripheral.

    May these resources help you: