User Activity

Hi,This is the code snippet to animate containerAF1:void mainScreenView::handleTickEvent() { static uint32_t startMove = 0; startMove++; bool pr; if(startMove<40) pr = true; else pr = false; containerAF1.setVisible(pr); containerAF1.invalidate(); if(...
Kudos from