「App:Library:LVGL:docs:Examples」の版間の差分
提供: robot-jp wiki
ナビゲーションに移動検索に移動| 250行目: | 250行目: | ||
|- | |- | ||
|041 | |041 | ||
| − | | | + | |Translate on scroll |
| | | | ||
|[[file:LVGL docs example 041.png]] | |[[file:LVGL docs example 041.png]] | ||
| 256行目: | 256行目: | ||
|042 | |042 | ||
| | | | ||
| + | |||
| + | == Widgets == | ||
| + | |||
| + | === Base object === | ||
| + | |||
| + | ==== Base objects with custom styles ==== | ||
| | | | ||
|[[file:LVGL docs example 042.png]] | |[[file:LVGL docs example 042.png]] | ||
|- | |- | ||
|043 | |043 | ||
| − | | | + | |Make an object draggable |
| | | | ||
|[[file:LVGL docs example 043.png]] | |[[file:LVGL docs example 043.png]] | ||
| 266行目: | 272行目: | ||
|044 | |044 | ||
| | | | ||
| + | |||
| + | === Arc === | ||
| + | |||
| + | ==== Simple Arc ==== | ||
| | | | ||
|[[file:LVGL docs example 044.png]] | |[[file:LVGL docs example 044.png]] | ||
|- | |- | ||
|045 | |045 | ||
| − | | | + | |Loader with Arc |
| | | | ||
|[[file:LVGL docs example 045.png]] | |[[file:LVGL docs example 045.png]] | ||
| 276行目: | 286行目: | ||
|046 | |046 | ||
| | | | ||
| + | |||
| + | === Bar === | ||
| + | |||
| + | ==== Simple Bar ==== | ||
| | | | ||
|[[file:LVGL docs example 046.png]] | |[[file:LVGL docs example 046.png]] | ||
|- | |- | ||
|047 | |047 | ||
| − | | | + | |Styling a bar |
| | | | ||
|[[file:LVGL docs example 047.png]] | |[[file:LVGL docs example 047.png]] | ||
|- | |- | ||
|048 | |048 | ||
| − | | | + | |Temperature meter |
| | | | ||
|[[file:LVGL docs example 048.png]] | |[[file:LVGL docs example 048.png]] | ||
|- | |- | ||
|049 | |049 | ||
| − | | | + | |Stripe pattern and range value |
| | | | ||
|[[file:LVGL docs example 049.png]] | |[[file:LVGL docs example 049.png]] | ||
|- | |- | ||
|051 | |051 | ||
| − | | | + | |Bar with LTR and RTL base direction |
| + | |||
| + | Custom drawer to show the current value | ||
| | | | ||
|[[file:LVGL docs example 051.png]] | |[[file:LVGL docs example 051.png]] | ||
| 301行目: | 317行目: | ||
|052 | |052 | ||
| | | | ||
| + | |||
| + | === Button === | ||
| + | |||
| + | ==== Simple Buttons ==== | ||
| | | | ||
|[[file:LVGL docs example 052.png]] | |[[file:LVGL docs example 052.png]] | ||
2022年6月16日 (木) 12:46時点における版
https://docs.lvgl.io/8.2/examples.html
Get started
Styles
Animations
| 英文 | 自動翻訳 | Link | |
|---|---|---|---|
| 018 |
Start animation on an event |
| |
| 019 | Playback animation |
| |
| 020 | Animation timeline |
|
Events
| 英文 | 自動翻訳 | Link | |
|---|---|---|---|
| 021 | Button click event |
| |
| 022 | Handle multiple events |
| |
| 023 | Event bubbling |
|














































































































