2022-02-22 02:15 AM
I want to set it to LTDC and use the color keying function in STM32H7, but I had no choice but to use it custom mode.
When I made the project with TGFX, it was custom setting.
The strange thing is that the pixel width and height of LTDC and TGFX are different, but they work normally.
However, if the pixel width of the LTDC is changed to 800 in the attached custom mode image, the LCD display is broken and output.
I use LCD and STM32H747-DISCO with 800*480 resolution.
Please tell me how to set up LTDC Sync.
referred document :
ps. If anyone knows, I would appreciate it if you could let me know the code, CubeMX, or TGFX settings for color keying.
2022-02-22 03:13 AM
Check you buffer start addresses.