2026-03-07 1:54 AM
I hope to achieve the scrolling effect like the file browser of Windows. I attached a demo video.
Solved! Go to Solution.
2026-03-07 6:18 PM
I found the
void setWindowSize(int16_t items)member function in the document of the ScrollList class, which can achieve the effect I need.
2026-03-07 6:18 PM
I found the
void setWindowSize(int16_t items)member function in the document of the ScrollList class, which can achieve the effect I need.