User Activity

I created two screens and did the actions to change the screen. But changing the screen does not work correctly.Added an extra buffer for animationuint16_t buf_ram [160*128];using namespace touchgfx;namespace {  LOCATION_PRAGMA("TouchGFX_Framebuffer"...
When using scroll wheel with text area, the controller falls into a hard fault, when I use the function scrollWheel1.animateToItem(ItemCounter, 30). No problem with other widgetshttps://github.com/vitamin18/touchgfx_example.git
I am using stm32f746 nucleo board and display with fmc!his is how it worksvoid Screen1View::handleTickEvent(){ tickCounter++; if(tickCounter > 60){ tickCounter = 0; scrollWheel.animateToItem(scrollWheel.getSelectedItem() + 1, 0);// application().goto...
I am using a custom interface, the settings are below!