2020-08-27 11:34 PM
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
2020-08-28 02:23 AM
2020-08-28 03:29 AM
Are you hitting the LTDC interrupt handlers? What's your application doing? Is it running but nothing displayed? Crashed?
2020-08-28 03:48 AM
ya its running but nothing is displayed
2020-08-28 04:08 AM
Show me that you're hitting the TouchGFX LTDC handlers
/Martin
2020-08-28 04:26 AM
where exactly i need to hit the LTDC handlers
2020-08-28 04:31 AM
HAL_LTDC_LineEventCallback
Defined inside Touchgfx/target/generated/TouchGFXGeneratedHAL.cpp of your project (generated file because you chose F7 + LTDC).
2020-08-28 04:57 AM