2025-08-20 5:31 AM
hi,
I am currently using stm32h723zgt6 with LTDC display & earlier i use have everything by "C" for small GUI but i need move to TouchGFX for bigger GUI ( without RTOS) . Currently LTDC display working with C generated image & font .
As a TouchGFX beginner i need make simple picture in display So, Made GFX setting as follows :
i gone through following documentation but it's little confusing
1.for single layer display which code i need copy to ""TouchGFXGeneratedHAL.cpp"" ? .
2.I need to anything in main C ? .
3.How to make manual update touch pin interrupt handler ?.
4. Any examples using h7 series + ltdc display + touch GFX (without RTOS).
2025-09-03 9:35 AM - edited 2025-09-03 9:43 AM
Hello @MMARI.1
In case you do not need to use RTOS, you can disable it manually using STM32CubeMX with some code modification. For more details, refer to this guideline on how to run a TouchGFX project without an operating system based on a TouchGFX Board Setup: https://support.touchgfx.com/docs/development/scenarios/running-without-rtos.