2020-08-18 10:52 PM
Hello, ST
I have some problem for display drawing.
I encounted error on simulator when compiling TouchGFX so, I excluded simulator to compile.(after exclusing simulator, I could compile)
(using TouchGFX library : cortex_m7/gcc/libtouchgfx-float-abi-hard.a)
I run application using TouchGfx desiginer like following on our board. the image displayed is broken.
1) here's what I expected.
2)here's what is displayed
Here's the tft lcd display setting we're currently using.
And I set LTDC setting on CubeIDE for this setting like following.
When I play png image(using by lcd-image-converter) directly on frame buffer, the image is displayed correctly except "color is black & white"
Could you please check which setting/or compiler option? / library should I chage to fix this?
Thank you.
2021-02-02 02:23 AM
Hello, my answer is probably too late, but check (in your .ioc file) the clock configuration: you probably see a "to LTDC (Mhz)", it must be set on the right value (in your case 33.3-50 Mhz, I presume).