Touchgfx without GFXMMU
I have a problem with disabling gfxmmu. I don't have a rounded display so that actually I do not need GFXMMU.
I created a project by using Touchgfx Designer Templates (STM32H7S78 DK BPP). GFXMMU is activated in default. I would like to disable it. So, I disable it in cubemx then exclude instrumantation files. Then I updated TouchgfxHal.cpp and frame buffer adresses as 0x9000 0000 - 0x9020 0000.
Then I could succesfully build the project. When I run it, it is working particularly but the frame/image is broken down. I am adding the image here!

Could you explain me how to enable or disable gfxmmu properly from project?
