2020-08-30 10:20 PM
As we have Parallel RGB LCD and we tried integrating with STM32H743 controller and using touchGFX we are trying to display the image but nothing is displaying on the LCD so what may be the issue?
2020-09-01 11:44 AM
I looked into GPIO configuration and it's correct..
Then I will look into this framebuffer address .
Thank You
2020-09-02 12:18 AM
Is that possible to change the RGB configuration to BGR in STM32cubeMX or touchGFX?
2020-09-02 09:39 AM
No i mean only in your code , when your display have too config interface connected SPI or I2C, you send some commands and set this.
2020-09-02 10:49 AM
Ok but I'm not configuring anything using SPI or I2C.
How can I check the framebuffers in stm32 cubeide??
2020-09-03 12:13 AM
There should be a memory window where you can just point to the address of the framebuffer you're interested in and look at the raw data.
2020-09-03 04:42 AM
2020-09-03 09:45 AM
Your project is configured to 16bit touchGFX framebuff this equal to RGB565. You need understand how this work, in memory dont exist 255 0 0.
And read this https://community.st.com/s/question/0D50X0000C9dxj6SQA/how-to-change-touchgfx-framebuffer-to-big-endian