User Activity

Hello!Look at the codevoid CONTROL_SCREENView::setupScreen() { CONTROL_SCREENViewBase::setupScreen(); MovingSpeed_ScrollWheel.setAnimateToCallback(MovingSpeed_ScrollWheelAnimateToCallback); MovingStep_ScrollWheel.setAnimateToCallback(Movi...
I scroll ScrollWheel to first item, but when I release finger, scrolwheel scrolls to second item automatically.How to solve?
Hellovoid MovingStep_Container::SetStep(uint16_t data) { Unicode::snprintf(MovingStepTextBuffer, 20, "%d", data); MovingStepText.setWildcard(MovingStepTextBuffer); MovingStepText.invalidate(); }Unicode::snprintf(MovingStepTextBuffer, ...
handleTickEvent() - what is the period? And how to change it?Thanks
Hello!A have a window, his height is 10 strings. Scrollist have 30 strings.When I add 11-30 strings, they are out of window. I can manually scroll list to last element.How can I do it by software?Something like ScrollList1.ScrollTo(25);.....
Kudos from