cancel
Showing results for 
Search instead for 
Did you mean: 

i have custom stm32h743ii controller for LTDC 24 bit interface with st7272a display. i would like to know HAL API to be used for init and communication with RGB interface. My board does not have the external SDRAM to load the images. Please guide me

mr.1
Associate III
 
5 REPLIES 5

You'd setup the LTDC with the appropriate timing to feed the frame data over the RGB bus.​

Look at some of the EVAL board examples. ​

Tips, Buy me a coffee, or three.. PayPal Venmo
Up vote any posts that you find helpful, it shows what's working..
MM..1
Chief II

Use CubeMX and fullfill config ...

https://www.crystalfontz.com/controllers/Sitronix/ST7272A/458/

Get consistent timing settings on the STM32/LTDC and controller side via I2C

Tips, Buy me a coffee, or three.. PayPal Venmo
Up vote any posts that you find helpful, it shows what's working..

Please suggest the sequence of API to be used for LTDC interface with some examples like background color change, Text, circle filling with color and other shapes. The evaluation kit examples does not provide these shape testing. Please share the link here to move further.

mr.1
Associate III

I have created a project using cubemx. Please find the attached project source code. i am getting the errors in ltdc interrupt register. i have taken a reference from example project. Even though the DMA2D and LTDC interface thorough errors only. I am stuck to bring it up. please suggest me further.