Scroll wheel not working
I'm still using v4.10.
I've read through the following tutorial and also looked at the example demo.
https://touchgfx.zendesk.com/hc/en-us/articles/360018398832-Scroll-Wheel
Neither the item.updateText() nor the item.setIndex() functions are recognized.
void Screen1View::scrollWheelUpdateItem(textContainer& item, int16_t itemIndex)
{
item.updateText(itemIndex);
}
void Screen1View::scrollWheelUpdateCenterItem(textCenterContainer& item, int16_t itemIndex)
{
item.updateText(itemIndex);
}Can someone please shed some light. Thanks
-Renier