「App:Library:LVGL:docs:Examples」の版間の差分
提供: robot-jp wiki
ナビゲーションに移動検索に移動| 333行目: | 333行目: | ||
|- | |- | ||
|054 | |054 | ||
| − | | | + | |Gummy button |
| | | | ||
|[[file:LVGL docs example 054.png]] | |[[file:LVGL docs example 054.png]] | ||
| 339行目: | 339行目: | ||
|055 | |055 | ||
| | | | ||
| + | |||
| + | === Button matrix === | ||
| + | |||
| + | ==== Simple Button matrix ==== | ||
| | | | ||
|[[file:LVGL docs example 055.png]] | |[[file:LVGL docs example 055.png]] | ||
|- | |- | ||
|056 | |056 | ||
| − | | | + | |Custom buttons |
| | | | ||
|[[file:LVGL docs example 056.png]] | |[[file:LVGL docs example 056.png]] | ||
|- | |- | ||
|057 | |057 | ||
| − | | | + | |Pagination |
| | | | ||
|[[file:LVGL docs example 057.png]] | |[[file:LVGL docs example 057.png]] | ||
| 354行目: | 358行目: | ||
|058 | |058 | ||
| | | | ||
| + | |||
| + | === Calendar === | ||
| + | |||
| + | ==== Calendar with header ==== | ||
| | | | ||
|[[file:LVGL docs example 058.png]] | |[[file:LVGL docs example 058.png]] | ||
| 359行目: | 367行目: | ||
|059 | |059 | ||
| | | | ||
| + | |||
| + | === Canvas === | ||
| + | |||
| + | ==== Drawing on the Canvas and rotate ==== | ||
| | | | ||
|[[file:LVGL docs example 059.png]] | |[[file:LVGL docs example 059.png]] | ||
|- | |- | ||
|060 | |060 | ||
| − | | | + | |Transparent Canvas with chroma keying |
| | | | ||
|[[file:LVGL docs example 060.png]] | |[[file:LVGL docs example 060.png]] | ||
| 369行目: | 381行目: | ||
|061 | |061 | ||
| | | | ||
| + | |||
| + | === Chart === | ||
| + | |||
| + | ==== Line Chart ==== | ||
| | | | ||
|[[file:LVGL docs example 061.png]] | |[[file:LVGL docs example 061.png]] | ||
|- | |- | ||
|062 | |062 | ||
| − | | | + | |Faded area line chart with custom division lines |
| | | | ||
|[[file:LVGL docs example 062.png]] | |[[file:LVGL docs example 062.png]] | ||
|- | |- | ||
|063 | |063 | ||
| − | | | + | |Axis ticks and labels with scrolling |
| | | | ||
|[[file:LVGL docs example 063.png]] | |[[file:LVGL docs example 063.png]] | ||
|- | |- | ||
|064 | |064 | ||
| − | | | + | |Show the value of the pressed points |
| | | | ||
|[[file:LVGL docs example 064.png]] | |[[file:LVGL docs example 064.png]] | ||
|- | |- | ||
|065 | |065 | ||
| − | | | + | |Display 1000 data points with zooming and scrolling |
| | | | ||
|[[file:LVGL docs example 065.png]] | |[[file:LVGL docs example 065.png]] | ||
|- | |- | ||
|066 | |066 | ||
| − | | | + | |Show cursor on the clicked point |
| | | | ||
|[[file:LVGL docs example 066.png]] | |[[file:LVGL docs example 066.png]] | ||
|- | |- | ||
|067 | |067 | ||
| − | | | + | |Scatter chart |
| | | | ||
|[[file:LVGL docs example 067.png]] | |[[file:LVGL docs example 067.png]] | ||
|- | |- | ||
|068 | |068 | ||
| − | | | + | |Stacked area chart |
| | | | ||
|[[file:LVGL docs example 068.png]] | |[[file:LVGL docs example 068.png]] | ||
| 409行目: | 425行目: | ||
|069 | |069 | ||
| | | | ||
| + | |||
| + | === Checkbox === | ||
| + | |||
| + | ==== Simple Checkboxes ==== | ||
| | | | ||
|[[file:LVGL docs example 069.png]] | |[[file:LVGL docs example 069.png]] | ||
|- | |- | ||
|071 | |071 | ||
| − | | | + | |Checkboxes as radio buttons |
| | | | ||
|[[file:LVGL docs example 071.png]] | |[[file:LVGL docs example 071.png]] | ||
| 419行目: | 439行目: | ||
|072 | |072 | ||
| | | | ||
| + | |||
| + | === Colorwheel === | ||
| + | |||
| + | ==== Simple Colorwheel ==== | ||
| | | | ||
|[[file:LVGL docs example 072.png]] | |[[file:LVGL docs example 072.png]] | ||
| 424行目: | 448行目: | ||
|073 | |073 | ||
| | | | ||
| + | |||
| + | === Dropdown === | ||
| + | |||
| + | ==== Simple Drop down list ==== | ||
| | | | ||
|[[file:LVGL docs example 073.png]] | |[[file:LVGL docs example 073.png]] | ||
|- | |- | ||
|074 | |074 | ||
| − | | | + | |Drop down in four directions |
| | | | ||
|[[file:LVGL docs example 074.png]] | |[[file:LVGL docs example 074.png]] | ||
2022年6月16日 (木) 12:52時点における版
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 |
|
















































































































