STM32 Graphics: Getting Started with Scroll List Widget, Part 2

preview_player
Показать описание

Learn how to use Scroll List Widget in TouchGFX. The concepts can be easily applied to other evaluation boards and custom projects. The assets (graphic images) and code used in this video are included below for easy inclusion in your own project.

Development boards used: STM32H735G-DK
Code snippets for additions and images available here (copy and paste):

00:00 Project information
01:08 Container Code
01:58 Scroll List interaction code
03:40 Demo
Рекомендации по теме
Комментарии
Автор

I'd like to mention that the Demo1 date picker does things very differently. If you inspect the text, you'll see it's actually a multiline text. It uses a specialized container called "Wheel Selector", which is neither "Scroll wheel" nor "Scrollable container"

eitantal
Автор

There's benefits to scroll-wheel, but I think I prefer the scrollable container. The whole point of a designer is that it's a WYSIWYG & You don't get that if you use the scroll-wheel. The scrollable container lets you put whatever you want in it, it's not just an N-copy of a custom container of your choice.

eitantal