Touchgfx display refresh issues
- October 21, 2024
- 1 reply
- 1917 views
I am using STM32H757 board which MIPI DSI LCD onboard
Created touchgfx project and disabled RTOS (as I don’t want to use RTOS in my project). Tim6 is used for SYS
I am incrementing a value by 1 (variable is declared as global static) on gui from model:tick function using wildcard text area. From model, i passed the value to presenter and then finally to view.cpp
Application is working but there are some issues.
When i debug the code, values are ok as expected but don’t reflect on LCD screen.
When i reset board sometimes it shows incremented (but more than 1) or the old value
Also the widget is sometimes seen is cut. I m not if sure if it is a display refresh issue and how to resolve??
FYI: please check attached video.
