Skip to main content
Associate
August 26, 2024
Question

Custom board with STM32U5G9-DK2 with RGB 16-bits ST7701S

  • August 26, 2024
  • 1 reply
  • 858 views

Hi,

I'm trying to do some initial test of STM32U5G9 by creating a new Touchgfx project.
The LCD is using ST7701S controller.

I have configured the LTDC settings like this:

neocnx_0-1724655346355.png

The LCD is connected like this:

neocnx_1-1724655448926.pngneocnx_2-1724655470140.png

Has anyone here tried a similar LCD before? Any samples project that can be shared?

If I replace the original screen that came with DK2, then it works.

1 reply

ST Employee
August 29, 2024

Hello @neocnx,

It is a good idea to start with no TouchGFX project first and simply try to send static data to the display to debug and configure. 

You can refer to the following documentation on how to start a new project from STM32CubeMX and enable different settings. 

I hope this helps you!