cancel
Showing results for 
Search instead for 
Did you mean: 

Simple Picture using LTDC Display & TouchGFX without RTOS

MMARI.1
Senior II

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 :

MMARI1_0-1755692332460.png

MMARI1_1-1755692381633.png

 

i gone through following documentation but it's   little confusing 

https://support.touchgfx.com/docs/development/touchgfx-hal-development/scenarios/scenarios-ltdc-parallel-rgb 

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).

 

 

1 REPLY 1
Imen.D
ST Employee

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.

When your question is answered, please close this topic by clicking "Accept as Solution".
Thanks
Imen