2021-05-23 09:16 AM
I am trying to setup touchgfx on a STM32H743II based custom board. When I run the code, it seems that
What I have tried and confirmed
any idea what could be happening here
2021-05-24 08:26 AM
That image looks like what I got when I attached a bigger display (and the screen pixel width and height changed), so check the width/height pixel counts.
It also doesn't hurt to do a review on the front & back porch values etc....and make sure you're looking at the right number of bytes per pixel if you're filling the buffer from a C loop (i.e. rgb565 uses 2 bytes where rgb888 uses 3).
Now I just gotta figure out why the screen looks like crap when trying the animated screen transitions.
2021-05-24 07:36 PM
Hello ankitmcgill,
What is your display interface ? Would it be possible for you to share the project on this post ?
/Alexandre