2019-07-03 08:12 PM
I have to try used the scroll wheel item in my design.
I set the Item Template and set number of items to 7, but the code of viewbase.hpp always 4 and viewbase.cpp is 7.
Code is like below.
.hpp :
touchgfx::ScrollWheel scrollWheelFile;
touchgfx::DrawableListItems<WheelListFile, 4> scrollWheelFileListItems;
.cpp :
scrollWheelFile.setNumberOfItems(7);
How to fix this bug?
Thanks.
2019-07-03 08:32 PM
Sorry , Is my mistake .
It's right for 4.