handleTickEvent in ScreenView not called - why?
Hi,
I'm new with TouchGFX and working on my first project. My current problem is that I wnat to update display values from my software. I looked into several tutorials and found that when implementing the function
virtual void handleTickEvent();in the ScreenView.hpp/ScreenView.cpp this function should be called with every update of the display. But this function is never called. The Constructor is called and also the (empty) setupScreen, but not the handler. I'm using a basic example at the moment so its running without an OS, just in the main loop.
Coudl you give me any hints why this function is not called? Do I have to register it somewhere?
Thanks and best regards!!!