cancel
Showing results for 
Search instead for 
Did you mean: 

How to integrate STM controller with different LCD?

KM L.1
Associate II

I'm working on BOE varitronix LCD with HX8277B LCD Driver . I need to integrate this with stm32h743 controller and need to display image using touchGFX . I have written initialization code to the LCD and trying to display but nothing is working so what may be the issue?

Thank you

16 REPLIES 16
KM L.1
Associate II
 
Martin KJELDSEN
Chief III

Are you hitting the LTDC interrupt handlers? What's your application doing? Is it running but nothing displayed? Crashed?

KM L.1
Associate II

ya its running but nothing is displayed

Martin KJELDSEN
Chief III

Show me that you're hitting the TouchGFX LTDC handlers

/Martin

KM L.1
Associate II

where exactly i need to hit the LTDC handlers

Martin KJELDSEN
Chief III
HAL_LTDC_LineEventCallback

Defined inside Touchgfx/target/generated/TouchGFXGeneratedHAL.cpp of your project (generated file because you chose F7 + LTDC).

KM L.1
Associate II

we choose H7+LTDC.