App:Library:LVGL:docs:Examples

提供: robot-jp wiki
2022年6月16日 (木) 13:49時点におけるTakashi (トーク | 投稿記録)による版
ナビゲーションに移動検索に移動

https://docs.lvgl.io/8.2/examples.html


Get started

Link 英文 自動翻訳
001 LVGL docs example 001.png A button with a label and react on click event ラベルが付いたボタン

クリックイベントに反応します

002 LVGL docs example 002.png Create styles from scratch for buttons ボタンのスタイルを最初から作成する
003 LVGL docs example 003.png Create a slider and write its value on a label

Styles

Link 英文 自動翻訳
004 LVGL docs example 004.png Size styles
005 LVGL docs example 005.png Background styles
006 LVGL docs example 006.png Border styles
007 LVGL docs example 007.png Outline styles
008 LVGL docs example 008.png Shadow styles
009 LVGL docs example 009.png Image styles
010 LVGL docs example 010.png Text styles
011 LVGL docs example 011.png Line styles
012 LVGL docs example 012.png Transition
013 LVGL docs example 013.png Using multiple styles
014 LVGL docs example 014.png Local styles
016 LVGL docs example 016.png Add styles to parts and states
017 LVGL docs example 017.png Extending the current theme

Animations

Link 英文 自動翻訳
018 LVGL docs example 018.png

Start animation on an event

019 LVGL docs example 019.png Playback animation
020 LVGL docs example 020.png Animation timeline

Events

Link 英文 自動翻訳
021 LVGL docs example 021.png Button click event
022 LVGL docs example 022.png Handle multiple events
023 LVGL docs example 023.png Event bubbling

Layouts

Flex

Link 英文 自動翻訳
024 LVGL docs example 024.png A simple row and a column layout with flexbox
025 LVGL docs example 025.png Arrange items in rows with wrap and even spacing
026 LVGL docs example 026.png Demonstrate flex grow
027 LVGL docs example 027.png Demonstrate flex grow.
028 LVGL docs example 028.png Demonstrate column and row gap style properties
029 LVGL docs example 029.png RTL base direction changes order of the items

Grid

Link 英文 自動翻訳
030 LVGL docs example 030.png A simple grid
031 LVGL docs example 031.png Demonstrate cell placement and span
032 LVGL docs example 032.png Demonstrate grid's "free unit"
033 LVGL docs example 033.png Demonstrate track placement
034 LVGL docs example 034.png Demonstrate column and row gap
035 LVGL docs example 035.png Demonstrate RTL direction on grid

Scrolling

Link 英文 自動翻訳
036 LVGL docs example 036.png Nested scrolling
037 LVGL docs example 037.png Snapping
038 LVGL docs example 038.png Floating button
039 LVGL docs example 039.png Styling the scrollbars
040 LVGL docs example 040.png Right to left scrolling
041 LVGL docs example 041.png Translate on scroll

Widgets

Base object

Link 英文 自動翻訳
042 LVGL docs example 042.png Base objects with custom styles
043 LVGL docs example 043.png Make an object draggable

Arc

Link 英文 自動翻訳
044 LVGL docs example 044.png Simple Arc
045 LVGL docs example 045.png Loader with Arc

Bar

Link 英文 自動翻訳
046 LVGL docs example 046.png Simple Bar
047 LVGL docs example 047.png Styling a bar
048 LVGL docs example 048.png Temperature meter
049 LVGL docs example 049.png Stripe pattern and range value
050 LVGL docs example 050.png Bar with LTR and RTL base direction
051 LVGL docs example 051.png Custom drawer to show the current value

Button

Link 英文 自動翻訳
052 LVGL docs example 052.png Simple Buttons
053 LVGL docs example 053.png Styling buttons
054 LVGL docs example 054.png Gummy button

Button matrix

Link 英文 自動翻訳
055 LVGL docs example 055.png Simple Button matrix
056 LVGL docs example 056.png Custom buttons
057 LVGL docs example 057.png Pagination

Calendar

Link 英文 自動翻訳
058 LVGL docs example 058.png Calendar with header

Canvas

Link 英文 自動翻訳
059 LVGL docs example 059.png Drawing on the Canvas and rotate
060 LVGL docs example 060.png Transparent Canvas with chroma keying

Chart

Link 英文 自動翻訳
061 LVGL docs example 061.png Line Chart
062 LVGL docs example 062.png Faded area line chart with custom division lines
063 LVGL docs example 063.png Axis ticks and labels with scrolling
064 LVGL docs example 064.png Show the value of the pressed points
065 LVGL docs example 065.png Display 1000 data points with zooming and scrolling
066 LVGL docs example 066.png Show cursor on the clicked point
067 LVGL docs example 067.png Scatter chart
068 LVGL docs example 068.png Stacked area chart

Checkbox

Link 英文 自動翻訳
069 LVGL docs example 069.png Simple Checkboxes
070 LVGL docs example 070.png Checkboxes as radio buttons

Colorwheel

Link 英文 自動翻訳
071 LVGL docs example 071.png Simple Colorwheel

Dropdown

Link 英文 自動翻訳
072 LVGL docs example 072.png Simple Drop down list
073 LVGL docs example 073.png Drop down in four directions
074 LVGL docs example 074.png Menu
075 LVGL docs example 075.png Image
076 LVGL docs example 076.png Image recoloring
077 LVGL docs example 077.png Rotate and zoom
078 LVGL docs example 078.png Image offset and styling

Image button

Link 英文 自動翻訳
079 LVGL docs example 079.png Simple Image button

Keyboard

Link 英文 自動翻訳
080 LVGL docs example 080.png Keyboard with text area

Label

Link 英文 自動翻訳
081 LVGL docs example 081.png Line wrap, recoloring and scrolling
082 LVGL docs example 082.png Text shadow
083 LVGL docs example 083.png Show LTR, RTL and Chinese texts
084 LVGL docs example 084.png Draw label with gradient color

LED

Link 英文 自動翻訳
085 LVGL docs example 085.png LED with custom style

Line

Link 英文 自動翻訳
086 LVGL docs example 086.png Simple Line

List

Link 英文 自動翻訳
087 LVGL docs example 087.png Simple List
088 LVGL docs example 088.png Sorting a List using up and down buttons

Menu

Link 英文 自動翻訳
089 LVGL docs example 089.png Simple Menu
090 LVGL docs example 090.png Simple Menu with root btn
091 LVGL docs example 091.png Simple Menu with custom header
092 LVGL docs example 092.png Simple Menu with floating btn to add new menu page
093 LVGL docs example 093.png Complex Menu
094 LVGL docs example 094.png Simple meter
095 LVGL docs example 095.png A meter with multiple arcs
096 LVGL docs example 096.png A clock from a meter
097 LVGL docs example 097.png Pie chart

Messqage box

Link 英文 自動翻訳
098 LVGL docs example 098.png Simple Message box

Roller

Link 英文 自動翻訳
099 LVGL docs example 099.png Simple Roller
100 LVGL docs example 100.png Styling the roller
101 LVGL docs example 101.png add fade mask to roller

Slider

Link 英文 自動翻訳
102 LVGL docs example 102.png Simple Slider
103 LVGL docs example 103.png Slider with custom style
104 LVGL docs example 104.png Slider with extended drawer

Span

Link 英文 自動翻訳
105 LVGL docs example 105.png Span with custom styles

Spinbox

Link 英文 自動翻訳
106 LVGL docs example 106.png Simple Spinbox

Spinner

Link 英文 自動翻訳
107 LVGL docs example 107.png Simple spinner

Switch

Link 英文 自動翻訳
108 LVGL docs example 108.png Simple Switch

Table

Link 英文 自動翻訳
109 LVGL docs example 109.png Simple table
110 LVGL docs example 110.png Lightweighted list from table

Tabview

Link 英文 自動翻訳
111 LVGL docs example 111.png Simple Tabview
112 LVGL docs example 112.png Tabs on the left, styling and no scrolling
113 LVGL docs example 113.png Simple Text area
114 LVGL docs example 114.png Text area with password field
115 LVGL docs example 115.png Text auto-formatting

Tabview

Link 英文 自動翻訳
116 LVGL docs example 116.png Tileview with content

Window

Link 英文 自動翻訳
117 LVGL docs example 117.png Simple window