「App:Library:LVGL:docs:Examples」の版間の差分

提供: robot-jp wiki
ナビゲーションに移動検索に移動
 
(同じ利用者による、間の27版が非表示)
2行目: 2行目:
 
__NOTOC__
 
__NOTOC__
  
=== Get started ===
+
== Get started ==
{| class="wikitable"
+
:{| class="wikitable"
 
!
 
!
 +
!Link (Source code : C , MicroPython)
 
!英文
 
!英文
 
!自動翻訳
 
!自動翻訳
!Link
 
 
|-
 
|-
 
|001
 
|001
 +
|[[file:LVGL docs example 001.png|link=https://docs.lvgl.io/8.2/examples.html#a-button-with-a-label-and-react-on-click-event]]
 
|A button with a label and react on click event
 
|A button with a label and react on click event
 
|ラベルが付いたボタン
 
|ラベルが付いたボタン
  
 
クリックイベントに反応します
 
クリックイベントに反応します
|[[file:LVGL docs example 001.png]]
 
 
|-
 
|-
 
|002
 
|002
 +
|[[file:LVGL docs example 002.png|link=https://docs.lvgl.io/8.2/examples.html#create-styles-from-scratch-for-buttons]]
 
|Create styles from scratch for buttons
 
|Create styles from scratch for buttons
 
|ボタンのスタイルを最初から作成する
 
|ボタンのスタイルを最初から作成する
|[[file:LVGL docs example 002.png]]
 
 
|-
 
|-
 
|003
 
|003
 +
|[[file:LVGL docs example 003.png|link=https://docs.lvgl.io/8.2/examples.html#create-a-slider-and-write-its-value-on-a-label]]
 
|Create a slider and write its value on a label
 
|Create a slider and write its value on a label
|
+
|スライダーを作成し、その値をラベルに書き込みます
|[[file:LVGL docs example 003.png]]
 
 
|}
 
|}
=== Styles ===
+
:[[App:Library:LVGL#Examples|戻る : Previous]]
{| class="wikitable"
+
 
 +
== Styles ==
 +
:{| class="wikitable"
 
!
 
!
 +
!Link
 
!英文
 
!英文
 
!自動翻訳
 
!自動翻訳
!Link
 
 
|-
 
|-
 
|004
 
|004
 +
|[[file:LVGL docs example 004.png|link=https://docs.lvgl.io/8.2/examples.html#size-styles]]
 
|Size styles
 
|Size styles
|
+
|サイズ
|[[file:LVGL docs example 004.png]]
 
 
|-
 
|-
 
|005
 
|005
 +
|[[file:LVGL docs example 005.png|link=https://docs.lvgl.io/8.2/examples.html#background-styles]]
 
|Background styles
 
|Background styles
|
+
|背景
|[[file:LVGL docs example 005.png]]
 
 
|-
 
|-
 
|006
 
|006
 +
|[[file:LVGL docs example 006.png|link=https://docs.lvgl.io/8.2/examples.html#border-styles]]
 
|Border styles
 
|Border styles
|
+
|ボーダー
|[[file:LVGL docs example 006.png]]
 
 
|-
 
|-
 
|007
 
|007
 +
|[[file:LVGL docs example 007.png|link=https://docs.lvgl.io/8.2/examples.html#outline-styles]]
 
|Outline styles
 
|Outline styles
|
+
|アウトライン
|[[file:LVGL docs example 007.png]]
 
 
|-
 
|-
 
|008
 
|008
 +
|[[file:LVGL docs example 008.png|link=https://docs.lvgl.io/8.2/examples.html#shadow-styles]]
 
|Shadow styles
 
|Shadow styles
|
+
|
|[[file:LVGL docs example 008.png]]
 
 
|-
 
|-
 
|009
 
|009
 +
|[[file:LVGL docs example 009.png|link=https://docs.lvgl.io/8.2/examples.html#image-styles]]
 
|Image styles
 
|Image styles
|
+
|画像
|[[file:LVGL docs example 009.png]]
 
 
|-
 
|-
 
|010
 
|010
 +
|[[file:LVGL docs example 010.png|link=https://docs.lvgl.io/8.2/examples.html#text-styles]]
 
|Text styles
 
|Text styles
|
+
|文字
|[[file:LVGL docs example 010.png]]
 
 
|-
 
|-
 
|011
 
|011
 +
|[[file:LVGL docs example 011.png|link=https://docs.lvgl.io/8.2/examples.html#line-styles]]
 
|Line styles
 
|Line styles
|
+
|
|[[file:LVGL docs example 011.png]]
 
 
|-
 
|-
 
|012
 
|012
 +
|[[file:LVGL docs example 012.png|link=https://docs.lvgl.io/8.2/examples.html#transition]]
 
|Transition
 
|Transition
|
+
|遷移
|[[file:LVGL docs example 012.png]]
 
 
|-
 
|-
 
|013
 
|013
 +
|[[file:LVGL docs example 013.png|link=https://docs.lvgl.io/8.2/examples.html#using-multiple-styles]]
 
|Using multiple styles
 
|Using multiple styles
|
+
|複数のスタイルを使用
|[[file:LVGL docs example 013.png]]
 
 
|-
 
|-
 
|014
 
|014
 +
|[[file:LVGL docs example 014.png|link=https://docs.lvgl.io/8.2/examples.html#local-styles]]
 
|Local styles
 
|Local styles
|
+
|ローカルスタイル
|[[file:LVGL docs example 014.png]]
 
 
|-
 
|-
 
|016
 
|016
 +
|[[file:LVGL docs example 016.png|link=https://docs.lvgl.io/8.2/examples.html#add-styles-to-parts-and-states]]
 
|Add styles to parts and states
 
|Add styles to parts and states
|
+
|パーツと状態にスタイルを追加
|[[file:LVGL docs example 016.png]]
 
 
|-
 
|-
 
|017
 
|017
 +
|[[file:LVGL docs example 017.png|link=https://docs.lvgl.io/8.2/examples.html#extending-the-current-theme]]
 
|Extending the current theme
 
|Extending the current theme
|
+
|現在のテーマを拡張
|[[file:LVGL docs example 017.png]]
 
 
|}
 
|}
=== Animations ===
+
:[[App:Library:LVGL#Examples|戻る : Previous]]
{| class="wikitable"
+
 
 +
== Animations ==
 +
:{| class="wikitable"
 
!
 
!
 +
!Link
 
!英文
 
!英文
 
!自動翻訳
 
!自動翻訳
!Link
 
 
|-
 
|-
 
|018
 
|018
 +
|[[file:LVGL docs example 018.png|link=https://docs.lvgl.io/8.2/examples.html#start-animation-on-an-event]]
 
|
 
|
 
Start animation on an event
 
Start animation on an event
|
+
|イベントでアニメーションを開始
|[[file:LVGL docs example 018.png]]
 
 
|-
 
|-
 
|019
 
|019
 +
|[[file:LVGL docs example 019.png|link=https://docs.lvgl.io/8.2/examples.html#playback-animation]]
 
|Playback animation
 
|Playback animation
|
+
|再生アニメーション
|[[file:LVGL docs example 019.png]]
 
 
|-
 
|-
 
|020
 
|020
 +
|[[file:LVGL docs example 020.png|link=https://docs.lvgl.io/8.2/examples.html#animation-timeline]]
 
|Animation timeline
 
|Animation timeline
|
+
|アニメーションのタイムライン
|[[file:LVGL docs example 020.png]]
 
 
|}
 
|}
=== Events ===
+
:[[App:Library:LVGL#Examples|戻る : Previous]]
{| class="wikitable"
+
 
 +
== Events ==
 +
:{| class="wikitable"
 
!
 
!
 +
!Link
 
!英文
 
!英文
 
!自動翻訳
 
!自動翻訳
!Link
 
 
|-
 
|-
 
|021
 
|021
 +
|[[file:LVGL docs example 021.png|link=https://docs.lvgl.io/8.2/examples.html#button-click-event]]
 
|Button click event
 
|Button click event
|
+
|ボタンクリックイベント
|[[file:LVGL docs example 021.png]]
 
 
|-
 
|-
 
|022
 
|022
 +
|[[file:LVGL docs example 022.png|link=https://docs.lvgl.io/8.2/examples.html#handle-multiple-events]]
 
|Handle multiple events
 
|Handle multiple events
|
+
|複数のイベントを処理
|[[file:LVGL docs example 022.png]]
 
 
|-
 
|-
 
|023
 
|023
 +
|[[file:LVGL docs example 023.png|link=https://docs.lvgl.io/8.2/examples.html#event-bubbling]]
 
|Event bubbling
 
|Event bubbling
|
+
|イベントバブリング
|[[file:LVGL docs example 023.png]]
 
 
|}
 
|}
=== Layouts ===
+
:[[App:Library:LVGL#Examples|戻る : Previous]]
{| class="wikitable"
+
 
 +
== Layouts ==
 +
 
 +
=== Flex ===
 +
:{| class="wikitable"
 
!
 
!
 +
!Link
 
!英文
 
!英文
 
!自動翻訳
 
!自動翻訳
!Link
 
 
|-
 
|-
 
|024
 
|024
|Flex
+
|[[file:LVGL docs example 024.png|link=https://docs.lvgl.io/8.2/examples.html#a-simple-row-and-a-column-layout-with-flexbox]]
|
+
|A simple row and a column layout with flexbox
|[[file:LVGL docs example 024.png]]
+
|フレックスボックスを使用した単純な行と列のレイアウト
 
|-
 
|-
 
|025
 
|025
 +
|[[file:LVGL docs example 025.png|link=https://docs.lvgl.io/8.2/examples.html#arrange-items-in-rows-with-wrap-and-even-spacing]]
 
|Arrange items in rows with wrap and even spacing
 
|Arrange items in rows with wrap and even spacing
|
+
|アイテムを折り返し、均等な間隔で行に配置
|[[file:LVGL docs example 025.png]]
 
 
|-
 
|-
 
|026
 
|026
 +
|[[file:LVGL docs example 026.png|link=https://docs.lvgl.io/8.2/examples.html#demonstrate-flex-grow]]
 
|Demonstrate flex grow
 
|Demonstrate flex grow
|
+
|フレックスグロー(デモ)
|[[file:LVGL docs example 026.png]]
 
 
|-
 
|-
 
|027
 
|027
 +
|[[file:LVGL docs example 027.png|link=https://docs.lvgl.io/8.2/examples.html#id1]]
 
|Demonstrate flex grow.
 
|Demonstrate flex grow.
|
+
|フレックスの成長(デモ)
|[[file:LVGL docs example 027.png]]
 
 
|-
 
|-
 
|028
 
|028
 +
|[[file:LVGL docs example 028.png|link=https://docs.lvgl.io/8.2/examples.html#demonstrate-column-and-row-gap-style-properties]]
 
|Demonstrate column and row gap style properties
 
|Demonstrate column and row gap style properties
|
+
|列と行のギャップスタイルのプロパティ(デモ)
|[[file:LVGL docs example 028.png]]
 
 
|-
 
|-
 
|029
 
|029
 +
|[[file:LVGL docs example 029.png|link=https://docs.lvgl.io/8.2/examples.html#rtl-base-direction-changes-order-of-the-items]]
 
|RTL base direction changes order of the items
 
|RTL base direction changes order of the items
|
+
|RTLベース方向はアイテムの順序を変更
|[[file:LVGL docs example 029.png]]
 
 
|}
 
|}
 +
:[[App:Library:LVGL#Examples|戻る : Previous]]
 +
 
=== Grid ===
 
=== Grid ===
{| class="wikitable"
+
:{| class="wikitable"
 
!
 
!
 +
!Link
 
!英文
 
!英文
 
!自動翻訳
 
!自動翻訳
!Link
 
 
|-
 
|-
 
|030
 
|030
 +
|[[file:LVGL docs example 030.png|link=https://docs.lvgl.io/8.2/examples.html#a-simple-grid]]
 
|A simple grid
 
|A simple grid
|
+
|シンプルなグリッド
|[[file:LVGL docs example 030.png]]
 
 
|-
 
|-
 
|031
 
|031
 +
|[[file:LVGL docs example 031.png|link=https://docs.lvgl.io/8.2/examples.html#demonstrate-cell-placement-and-span]]
 
|Demonstrate cell placement and span
 
|Demonstrate cell placement and span
|
+
|セルの配置とスパン
|[[file:LVGL docs example 031.png]]
 
 
|-
 
|-
 
|032
 
|032
 +
|[[file:LVGL docs example 032.png|link=https://docs.lvgl.io/8.2/examples.html#demonstrate-grid-s-free-unit]]
 
|Demonstrate grid's "free unit"
 
|Demonstrate grid's "free unit"
|
+
|グリッドの「フリーユニット」(デモ)
|[[file:LVGL docs example 032.png]]
 
 
|-
 
|-
 
|033
 
|033
 +
|[[file:LVGL docs example 033.png|link=https://docs.lvgl.io/8.2/examples.html#demonstrate-track-placement]]
 
|Demonstrate track placement
 
|Demonstrate track placement
|
+
|トラックの配置(デモ)
|[[file:LVGL docs example 033.png]]
 
 
|-
 
|-
 
|034
 
|034
 +
|[[file:LVGL docs example 034.png|link=https://docs.lvgl.io/8.2/examples.html#demonstrate-column-and-row-gap]]
 
|Demonstrate column and row gap
 
|Demonstrate column and row gap
|
+
|列と行のギャップ(デモ)
|[[file:LVGL docs example 034.png]]
 
 
|-
 
|-
 
|035
 
|035
 +
|[[file:LVGL docs example 035.png|link=https://docs.lvgl.io/8.2/examples.html#demonstrate-rtl-direction-on-grid]]
 
|Demonstrate RTL direction on grid
 
|Demonstrate RTL direction on grid
|
+
|グリッド上でRTLの方向(デモ)
|[[file:LVGL docs example 035.png]]
 
 
|}
 
|}
=== Scrolling ===
+
:[[App:Library:LVGL#Examples|戻る : Previous]]
{| class="wikitable"
+
 
 +
== Scrolling ==
 +
:{| class="wikitable"
 
!
 
!
 +
!Link
 
!英文
 
!英文
 
!自動翻訳
 
!自動翻訳
!Link
 
 
|-
 
|-
 
|036
 
|036
 +
|[[file:LVGL docs example 036.png|link=https://docs.lvgl.io/8.2/examples.html#nested-scrolling]]
 
|Nested scrolling
 
|Nested scrolling
|
+
|ネスト(入れ子)されたスクロール
|[[file:LVGL docs example 036.png]]
 
 
|-
 
|-
 
|037
 
|037
 +
|[[file:LVGL docs example 037.png|link=https://docs.lvgl.io/8.2/examples.html#snapping]]
 
|Snapping
 
|Snapping
|
+
|スナップ
|[[file:LVGL docs example 037.png]]
 
 
|-
 
|-
 
|038
 
|038
 +
|[[file:LVGL docs example 038.png|link=https://docs.lvgl.io/8.2/examples.html#floating-button]]
 
|Floating button
 
|Floating button
|
+
|フローティングボタン
|[[file:LVGL docs example 038.png]]
 
 
|-
 
|-
 
|039
 
|039
 +
|[[file:LVGL docs example 039.png|link=https://docs.lvgl.io/8.2/examples.html#styling-the-scrollbars]]
 
|Styling the scrollbars
 
|Styling the scrollbars
|
+
|スクロールバーのスタイリング
|[[file:LVGL docs example 039.png]]
 
 
|-
 
|-
 
|040
 
|040
 +
|[[file:LVGL docs example 040.png|link=https://docs.lvgl.io/8.2/examples.html#right-to-left-scrolling]]
 
|Right to left scrolling
 
|Right to left scrolling
|
+
|右から左へのスクロール
|[[file:LVGL docs example 040.png]]
 
 
|-
 
|-
 
|041
 
|041
 +
|[[file:LVGL docs example 041.png|link=https://docs.lvgl.io/8.2/examples.html#translate-on-scroll]]
 
|Translate on scroll
 
|Translate on scroll
|
+
|説明のスクロール
|[[file:LVGL docs example 041.png]]
+
|}
|-
+
:[[App:Library:LVGL#Examples|戻る : Previous]]
|042
 
|
 
  
 
== Widgets ==
 
== Widgets ==
 
 
=== Base object ===
 
=== Base object ===
 
+
:{| class="wikitable"
==== Base objects with custom styles ====
+
!
|
+
!Link
|[[file:LVGL docs example 042.png]]
+
!英文
 +
!自動翻訳
 +
|-
 +
|042
 +
|[[file:LVGL docs example 042.png|link=https://docs.lvgl.io/8.2/examples.html#base-objects-with-custom-styles]]
 +
|Base objects with custom styles
 +
|カスタムスタイルのベースオブジェクト
 
|-
 
|-
 
|043
 
|043
 +
|[[file:LVGL docs example 043.png|link=https://docs.lvgl.io/8.2/examples.html#make-an-object-draggable]]
 
|Make an object draggable
 
|Make an object draggable
|
+
|オブジェクトをドラッグ可能にする
|[[file:LVGL docs example 043.png]]
+
|}
 +
:[[App:Library:LVGL#Examples|戻る : Previous]]
 +
 
 +
=== Arc ===
 +
:{| class="wikitable"
 +
!
 +
!Link
 +
!英文
 +
!自動翻訳
 
|-
 
|-
 
|044
 
|044
|
+
|[[file:LVGL docs example 044.png|link=https://docs.lvgl.io/8.2/examples.html#simple-arc]]
 
+
|Simple Arc
=== Arc ===
+
|シンプルアーク
 
 
==== Simple Arc ====
 
|
 
|[[file:LVGL docs example 044.png]]
 
 
|-
 
|-
 
|045
 
|045
 +
|[[file:LVGL docs example 045.png|link=https://docs.lvgl.io/8.2/examples.html#loader-with-arc]]
 
|Loader with Arc
 
|Loader with Arc
|
+
|アーク付きローダー
|[[file:LVGL docs example 045.png]]
+
|}
 +
:[[App:Library:LVGL#Examples|戻る : Previous]]
 +
 
 +
=== Bar ===
 +
:{| class="wikitable"
 +
!
 +
!Link
 +
!英文
 +
!自動翻訳
 
|-
 
|-
 
|046
 
|046
|
+
|[[file:LVGL docs example 046.png|link=https://docs.lvgl.io/8.2/examples.html#simple-bar]]
 
+
|Simple Bar
=== Bar ===
+
|シンプルなバー
 
 
==== Simple Bar ====
 
|
 
|[[file:LVGL docs example 046.png]]
 
 
|-
 
|-
 
|047
 
|047
 +
|[[file:LVGL docs example 047.png|link=https://docs.lvgl.io/8.2/examples.html#styling-a-bar]]
 
|Styling a bar
 
|Styling a bar
|
+
|バーのスタイリング
|[[file:LVGL docs example 047.png]]
 
 
|-
 
|-
 
|048
 
|048
 +
|[[file:LVGL docs example 048.png|link=https://docs.lvgl.io/8.2/examples.html#temperature-meter]]
 
|Temperature meter
 
|Temperature meter
|
+
|温度計
|[[file:LVGL docs example 048.png]]
 
 
|-
 
|-
 
|049
 
|049
 +
|[[file:LVGL docs example 049.png|link=https://docs.lvgl.io/8.2/examples.html#stripe-pattern-and-range-value]]
 
|Stripe pattern and range value
 
|Stripe pattern and range value
|
+
|縞模様と範囲の値
|[[file:LVGL docs example 049.png]]
 
 
|-
 
|-
 
|050
 
|050
 +
|[[file:LVGL docs example 050.png|link=https://docs.lvgl.io/8.2/examples.html#bar-with-ltr-and-rtl-base-direction]]
 
|Bar with LTR and RTL base direction
 
|Bar with LTR and RTL base direction
|
+
|LTRおよびRTLベース方向のバー
|[[file:LVGL docs example 050.png]]
 
 
|-
 
|-
 
|051
 
|051
 +
|[[file:LVGL docs example 051.png|link=https://docs.lvgl.io/8.2/examples.html#custom-drawer-to-show-the-current-value]]
 
|Custom drawer to show the current value
 
|Custom drawer to show the current value
|
+
|現在の値を表示するカスタムドロワー
|[[file:LVGL docs example 051.png]]
+
|}
 +
:[[App:Library:LVGL#Examples|戻る : Previous]]
 +
 
 +
=== Button ===
 +
:{| class="wikitable"
 +
!
 +
!Link
 +
!英文
 +
!自動翻訳
 
|-
 
|-
 
|052
 
|052
|
+
|[[file:LVGL docs example 052.png|link=https://docs.lvgl.io/8.2/examples.html#simple-buttons]]
 
+
|Simple Buttons
=== Button ===
+
|シンプルなボタン
 
 
==== Simple Buttons ====
 
|
 
|[[file:LVGL docs example 052.png]]
 
 
|-
 
|-
 
|053
 
|053
 +
|[[file:LVGL docs example 053.png|link=https://docs.lvgl.io/8.2/examples.html#styling-buttons]]
 
|Styling buttons
 
|Styling buttons
|
+
|スタイリングボタン
|[[file:LVGL docs example 053.png]]
 
 
|-
 
|-
 
|054
 
|054
 +
|[[file:LVGL docs example 054.png|link=https://docs.lvgl.io/8.2/examples.html#gummy-button]]
 
|Gummy button
 
|Gummy button
|
+
|グミボタン
|[[file:LVGL docs example 054.png]]
+
|}
 +
:[[App:Library:LVGL#Examples|戻る : Previous]]
 +
 
 +
=== Button matrix ===
 +
:{| class="wikitable"
 +
!
 +
!Link
 +
!英文
 +
!自動翻訳
 
|-
 
|-
 
|055
 
|055
|
+
|[[file:LVGL docs example 055.png|link=https://docs.lvgl.io/8.2/examples.html#simple-button-matrix]]
 
+
|Simple Button matrix
=== Button matrix ===
+
|シンプルなボタンマトリックス
 
 
==== Simple Button matrix ====
 
|
 
|[[file:LVGL docs example 055.png]]
 
 
|-
 
|-
 
|056
 
|056
 +
|[[file:LVGL docs example 056.png|link=https://docs.lvgl.io/8.2/examples.html#custom-buttons]]
 
|Custom buttons
 
|Custom buttons
|
+
|カスタムボタン
|[[file:LVGL docs example 056.png]]
 
 
|-
 
|-
 
|057
 
|057
 +
|[[file:LVGL docs example 057.png|link=https://docs.lvgl.io/8.2/examples.html#pagination]]
 
|Pagination
 
|Pagination
|
+
|ページ付け
|[[file:LVGL docs example 057.png]]
+
|}
 +
:[[App:Library:LVGL#Examples|戻る : Previous]]
 +
 
 +
=== Calendar ===
 +
:{| class="wikitable"
 +
!
 +
!Link
 +
!英文
 +
!自動翻訳
 
|-
 
|-
 
|058
 
|058
|
+
|[[file:LVGL docs example 058.png|link=https://docs.lvgl.io/8.2/examples.html#calendar-with-header]]
 +
|Calendar with header
 +
|ヘッダー付きカレンダー
 +
|}
 +
:[[App:Library:LVGL#Examples|戻る : Previous]]
  
=== Calendar ===
+
=== Canvas ===
 
+
:{| class="wikitable"
==== Calendar with header ====
+
!
|
+
!Link
|[[file:LVGL docs example 058.png]]
+
!英文
 +
!自動翻訳
 
|-
 
|-
 
|059
 
|059
|
+
|[[file:LVGL docs example 059.png|link=https://docs.lvgl.io/8.2/examples.html#drawing-on-the-canvas-and-rotate]]
 
+
|Drawing on the Canvas and rotate
=== Canvas ===
+
|キャンバスに描画して回転
 
 
==== Drawing on the Canvas and rotate ====
 
|
 
|[[file:LVGL docs example 059.png]]
 
 
|-
 
|-
 
|060
 
|060
 +
|[[file:LVGL docs example 060.png|link=https://docs.lvgl.io/8.2/examples.html#transparent-canvas-with-chroma-keying]]
 
|Transparent Canvas with chroma keying
 
|Transparent Canvas with chroma keying
|
+
|クロマキー付きの透明なキャンバス
|[[file:LVGL docs example 060.png]]
+
|}
 +
:[[App:Library:LVGL#Examples|戻る : Previous]]
 +
 
 +
=== Chart ===
 +
:{| class="wikitable"
 +
!
 +
!Link
 +
!英文
 +
!自動翻訳
 
|-
 
|-
 
|061
 
|061
|
+
|[[file:LVGL docs example 061.png|link=https://docs.lvgl.io/8.2/examples.html#line-chart]]
 
+
|Line Chart
=== Chart ===
+
|折れ線グラフ
 
 
==== Line Chart ====
 
|
 
|[[file:LVGL docs example 061.png]]
 
 
|-
 
|-
 
|062
 
|062
 +
|[[file:LVGL docs example 062.png|link=https://docs.lvgl.io/8.2/examples.html#faded-area-line-chart-with-custom-division-lines]]
 
|Faded area line chart with custom division lines
 
|Faded area line chart with custom division lines
|
+
|カスタム分割線を使用した色あせたエリア折れ線グラフ
|[[file:LVGL docs example 062.png]]
 
 
|-
 
|-
 
|063
 
|063
 +
|[[file:LVGL docs example 063.png|link=https://docs.lvgl.io/8.2/examples.html#axis-ticks-and-labels-with-scrolling]]
 
|Axis ticks and labels with scrolling
 
|Axis ticks and labels with scrolling
|
+
|目盛りとスクロールするラベル付きの軸
|[[file:LVGL docs example 063.png]]
 
 
|-
 
|-
 
|064
 
|064
 +
|[[file:LVGL docs example 064.png|link=https://docs.lvgl.io/8.2/examples.html#show-the-value-of-the-pressed-points]]
 
|Show the value of the pressed points
 
|Show the value of the pressed points
|
+
|押されたポイントの値を表示
|[[file:LVGL docs example 064.png]]
 
 
|-
 
|-
 
|065
 
|065
 +
|[[file:LVGL docs example 065.png|link=https://docs.lvgl.io/8.2/examples.html#display-1000-data-points-with-zooming-and-scrolling]]
 
|Display 1000 data points with zooming and scrolling
 
|Display 1000 data points with zooming and scrolling
|
+
|ズームとスクロールで1000個のデータポイントを表示
|[[file:LVGL docs example 065.png]]
 
 
|-
 
|-
 
|066
 
|066
 +
|[[file:LVGL docs example 066.png|link=https://docs.lvgl.io/8.2/examples.html#show-cursor-on-the-clicked-point]]
 
|Show cursor on the clicked point
 
|Show cursor on the clicked point
|
+
|クリックしたポイントにカーソルを表示
|[[file:LVGL docs example 066.png]]
 
 
|-
 
|-
 
|067
 
|067
 +
|[[file:LVGL docs example 067.png|link=https://docs.lvgl.io/8.2/examples.html#scatter-chart]]
 
|Scatter chart
 
|Scatter chart
|
+
|散布図
|[[file:LVGL docs example 067.png]]
 
 
|-
 
|-
 
|068
 
|068
 +
|[[file:LVGL docs example 068.png|link=https://docs.lvgl.io/8.2/examples.html#stacked-area-chart]]
 
|Stacked area chart
 
|Stacked area chart
|
+
|積み上げ面グラフ
|[[file:LVGL docs example 068.png]]
+
|}
 +
:[[App:Library:LVGL#Examples|戻る : Previous]]
 +
 
 +
=== Checkbox ===
 +
:{| class="wikitable"
 +
!
 +
!Link
 +
!英文
 +
!自動翻訳
 
|-
 
|-
 
|069
 
|069
|
+
|[[file:LVGL docs example 069.png|link=https://docs.lvgl.io/8.2/examples.html#simple-checkboxes]]
 
+
|Simple Checkboxes
=== Checkbox ===
+
|シンプルなチェックボックス
 
 
==== Simple Checkboxes ====
 
|
 
|[[file:LVGL docs example 069.png]]
 
 
|-
 
|-
 
|070
 
|070
 +
|[[file:LVGL docs example 070.png|link=https://docs.lvgl.io/8.2/examples.html#checkboxes-as-radio-buttons]]
 
|Checkboxes as radio buttons
 
|Checkboxes as radio buttons
|
+
|ラジオボタンとしてのチェックボックス
|[[file:LVGL docs example 070.png]]
+
|}
 +
:[[App:Library:LVGL#Examples|戻る : Previous]]
 +
 
 +
=== Colorwheel ===
 +
:{| class="wikitable"
 +
!
 +
!Link
 +
!英文
 +
!自動翻訳
 
|-
 
|-
 
|071
 
|071
|
+
|[[file:LVGL docs example 071.png|link=https://docs.lvgl.io/8.2/examples.html#simple-colorwheel]]
=== Colorwheel ===
+
|Simple Colorwheel
 +
|シンプルなカラーホイール
 +
|}
 +
:[[App:Library:LVGL#Examples|戻る : Previous]]
  
==== Simple Colorwheel ====
+
=== Dropdown ===
|
+
:{| class="wikitable"
|[[file:LVGL docs example 071.png]]
+
!
 +
!Link
 +
!英文
 +
!自動翻訳
 
|-
 
|-
 
|072
 
|072
|
+
|[[file:LVGL docs example 072.png|link=https://docs.lvgl.io/8.2/examples.html#simple-drop-down-list]]
 
+
|Simple Drop down list
=== Dropdown ===
+
|シンプルなドロップダウンリスト
 
 
==== Simple Drop down list ====
 
|
 
|[[file:LVGL docs example 072.png]]
 
 
|-
 
|-
 
|073
 
|073
 +
|[[file:LVGL docs example 073.png|link=https://docs.lvgl.io/8.2/examples.html#drop-down-in-four-directions]]
 
|Drop down in four directions
 
|Drop down in four directions
|
+
|4方向のドロップダウン
|[[file:LVGL docs example 073.png]]
 
 
|-
 
|-
 
|074
 
|074
 +
|[[file:LVGL docs example 074.png|link=https://docs.lvgl.io/8.2/examples.html#menu]]
 
|Menu
 
|Menu
|
+
|メニュー
|[[file:LVGL docs example 074.png]]
 
 
|-
 
|-
 
|075
 
|075
 +
|[[file:LVGL docs example 075.png|link=https://docs.lvgl.io/8.2/examples.html#image-from-variable-and-symbol]]
 
|Image
 
|Image
|
+
|画像
|[[file:LVGL docs example 075.png]]
 
 
|-
 
|-
 
|076
 
|076
 +
|[[file:LVGL docs example 076.png|link=https://docs.lvgl.io/8.2/examples.html#image-recoloring]]
 
|Image recoloring
 
|Image recoloring
|
+
|画像の色変更
|[[file:LVGL docs example 076.png]]
 
 
|-
 
|-
 
|077
 
|077
 +
|[[file:LVGL docs example 077.png|link=https://docs.lvgl.io/8.2/examples.html#rotate-and-zoom]]
 
|Rotate and zoom
 
|Rotate and zoom
|
+
|回転およびズーム
|[[file:LVGL docs example 077.png]]
 
 
|-
 
|-
 
|078
 
|078
 +
|[[file:LVGL docs example 078.png|link=https://docs.lvgl.io/8.2/examples.html#image-offset-and-styling]]
 
|Image offset and styling
 
|Image offset and styling
|
+
|画像のオフセットとスタイリング
|[[file:LVGL docs example 078.png]]
+
|}
 +
:[[App:Library:LVGL#Examples|戻る : Previous]]
 +
 
 +
=== Image button ===
 +
:{| class="wikitable"
 +
!
 +
!Link
 +
!英文
 +
!自動翻訳
 
|-
 
|-
 
|079
 
|079
|
+
|[[file:LVGL docs example 079.png|link=https://docs.lvgl.io/8.2/examples.html#simple-image-button]]
 +
|Simple Image button
 +
|シンプルな画像ボタン
 +
|}
 +
:[[App:Library:LVGL#Examples|戻る : Previous]]
  
=== Image button ===
+
=== Keyboard ===
 
+
:{| class="wikitable"
==== Simple Image button ====
+
!
|
+
!Link
|[[file:LVGL docs example 079.png]]
+
!英文
 +
!自動翻訳
 
|-
 
|-
 
|080
 
|080
|
+
|[[file:LVGL docs example 080.png|link=https://docs.lvgl.io/8.2/examples.html#keyboard-with-text-area]]
 +
|Keyboard with text area
 +
|テキストエリア付きキーボード
 +
|}
 +
:[[App:Library:LVGL#Examples|戻る : Previous]]
  
=== Keyboard ===
+
=== Label ===
 
+
:{| class="wikitable"
==== Keyboard with text area ====
+
!
|
+
!Link
|[[file:LVGL docs example 080.png]]
+
!英文
 +
!自動翻訳
 
|-
 
|-
 
|081
 
|081
|
+
|[[file:LVGL docs example 081.png|link=https://docs.lvgl.io/8.2/examples.html#line-wrap-recoloring-and-scrolling]]
 
+
|Line wrap, recoloring and scrolling
=== Label ===
+
|行の折り返し、色の変更、スクロール
 
 
==== Line wrap, recoloring and scrolling ====
 
|
 
|[[file:LVGL docs example 081.png]]
 
 
|-
 
|-
 
|082
 
|082
 +
|[[file:LVGL docs example 082.png|link=https://docs.lvgl.io/8.2/examples.html#text-shadow]]
 
|Text shadow
 
|Text shadow
|
+
|テキストシャドウ
|[[file:LVGL docs example 082.png]]
 
 
|-
 
|-
 
|083
 
|083
 +
|[[file:LVGL docs example 083.png|link=https://docs.lvgl.io/8.2/examples.html#show-ltr-rtl-and-chinese-texts]]
 
|Show LTR, RTL and Chinese texts
 
|Show LTR, RTL and Chinese texts
|
+
|LTR、RTL、中国語のテキストを表示
|[[file:LVGL docs example 083.png]]
 
 
|-
 
|-
 
|084
 
|084
 +
|[[file:LVGL docs example 084.png|link=https://docs.lvgl.io/8.2/examples.html#draw-label-with-gradient-color]]
 
|Draw label with gradient color
 
|Draw label with gradient color
|
+
|グラデーションカラーでラベルを描く
|[[file:LVGL docs example 084.png]]
+
|}
 +
:[[App:Library:LVGL#Examples|戻る : Previous]]
 +
 
 +
=== LED ===
 +
:{| class="wikitable"
 +
!
 +
!Link
 +
!英文
 +
!自動翻訳
 
|-
 
|-
 
|085
 
|085
|
+
|[[file:LVGL docs example 085.png|link=https://docs.lvgl.io/8.2/examples.html#led-with-custom-style]]
 +
|LED with custom style
 +
|カスタムスタイルのLED
 +
|}
 +
:[[App:Library:LVGL#Examples|戻る : Previous]]
  
=== LED ===
+
=== Line ===
 
+
:{| class="wikitable"
==== LED with custom style ====
+
!
|
+
!Link
|[[file:LVGL docs example 085.png]]
+
!英文
 +
!自動翻訳
 
|-
 
|-
 
|086
 
|086
|
+
|[[file:LVGL docs example 086.png|link=https://docs.lvgl.io/8.2/examples.html#simple-line]]
 +
|Simple Line
 +
|シンプルなライン
 +
|}
 +
:[[App:Library:LVGL#Examples|戻る : Previous]]
  
=== Line ===
+
=== List ===
 
+
:{| class="wikitable"
==== Simple Line ====
+
!
|
+
!Link
|[[file:LVGL docs example 086.png]]
+
!英文
 +
!自動翻訳
 
|-
 
|-
 
|087
 
|087
|
+
|[[file:LVGL docs example 087.png|link=https://docs.lvgl.io/8.2/examples.html#simple-list]]
 
+
|Simple List
=== List ===
+
|簡単なリスト
 
 
==== Simple List ====
 
|
 
|[[file:LVGL docs example 087.png]]
 
 
|-
 
|-
 
|088
 
|088
 +
|[[file:LVGL docs example 088.png|link=https://docs.lvgl.io/8.2/examples.html#sorting-a-list-using-up-and-down-buttons]]
 
|Sorting a List using up and down buttons
 
|Sorting a List using up and down buttons
|
+
|上ボタンと下ボタンを使用してリストを並べ替える
|[[file:LVGL docs example 088.png]]
+
|}
 +
:[[App:Library:LVGL#Examples|戻る : Previous]]
 +
 
 +
=== Menu ===
 +
:{| class="wikitable"
 +
!
 +
!Link
 +
!英文
 +
!自動翻訳
 
|-
 
|-
 
|089
 
|089
|
+
|[[file:LVGL docs example 089.png|link=https://docs.lvgl.io/8.2/examples.html#simple-menu]]
 
+
|Simple Menu
=== Menu ===
+
|シンプルメニュー
 
 
==== Simple Menu ====
 
|
 
|[[file:LVGL docs example 089.png]]
 
 
|-
 
|-
 
|090
 
|090
 +
|[[file:LVGL docs example 090.png|link=https://docs.lvgl.io/8.2/examples.html#simple-menu-with-root-btn]]
 
|Simple Menu with root btn
 
|Simple Menu with root btn
|
+
|ルートボタンのシンプルなメニュー
|[[file:LVGL docs example 090.png]]
 
 
|-
 
|-
 
|091
 
|091
 +
|[[file:LVGL docs example 091.png|link=https://docs.lvgl.io/8.2/examples.html#simple-menu-with-custom-header]]
 
|Simple Menu with custom header
 
|Simple Menu with custom header
|
+
|カスタムヘッダー付きのシンプルなメニュー
|[[file:LVGL docs example 091.png]]
 
 
|-
 
|-
 
|092
 
|092
 +
|[[file:LVGL docs example 092.png|link=https://docs.lvgl.io/8.2/examples.html#simple-menu-with-floating-btn-to-add-new-menu-page]]
 
|Simple Menu with floating btn to add new menu page
 
|Simple Menu with floating btn to add new menu page
|
+
|新しいメニューページを追加するためのフローティングボタンを備えたシンプルなメニュー
|[[file:LVGL docs example 092.png]]
 
 
|-
 
|-
 
|093
 
|093
 +
|[[file:LVGL docs example 093.png|link=https://docs.lvgl.io/8.2/examples.html#complex-menu]]
 
|Complex Menu
 
|Complex Menu
|
+
|複雑なメニュー
|[[file:LVGL docs example 093.png]]
 
 
|-
 
|-
 
|094
 
|094
 +
|[[file:LVGL docs example 094.png|link=https://docs.lvgl.io/8.2/examples.html#simple-meter]]
 
|Simple meter
 
|Simple meter
|
+
|シンプルなメーター
|[[file:LVGL docs example 094.png]]
 
 
|-
 
|-
 
|095
 
|095
 +
|[[file:LVGL docs example 095.png|link=https://docs.lvgl.io/8.2/examples.html#a-meter-with-multiple-arcs]]
 
|A meter with multiple arcs
 
|A meter with multiple arcs
|
+
|複数のアークを備えたメーター
|[[file:LVGL docs example 095.png]]
 
 
|-
 
|-
 
|096
 
|096
 +
|[[file:LVGL docs example 096.png|link=https://docs.lvgl.io/8.2/examples.html#a-clock-from-a-meter]]
 
|A clock from a meter
 
|A clock from a meter
|
+
|メーターからの時計
|[[file:LVGL docs example 096.png]]
 
 
|-
 
|-
 
|097
 
|097
 +
|[[file:LVGL docs example 097.png|link=https://docs.lvgl.io/8.2/examples.html#pie-chart]]
 
|Pie chart
 
|Pie chart
|
+
|円グラフ
|[[file:LVGL docs example 097.png]]
+
|}
 +
:[[App:Library:LVGL#Examples|戻る : Previous]]
 +
 
 +
=== Messqage box ===
 +
:{| class="wikitable"
 +
!
 +
!Link
 +
!英文
 +
!自動翻訳
 
|-
 
|-
 
|098
 
|098
|
+
|[[file:LVGL docs example 098.png|link=https://docs.lvgl.io/8.2/examples.html#simple-message-box]]
 +
|Simple Message box
 +
|シンプルなメッセージボックス
 +
|}
 +
:[[App:Library:LVGL#Examples|戻る : Previous]]
  
=== Message box ===
+
=== Roller ===
 
+
:{| class="wikitable"
==== Simple Message box ====
+
!
|
+
!Link
|[[file:LVGL docs example 098.png]]
+
!英文
 +
!自動翻訳
 
|-
 
|-
 
|099
 
|099
|
+
|[[file:LVGL docs example 099.png|link=https://docs.lvgl.io/8.2/examples.html#simple-roller]]
 
+
|Simple Roller
=== Roller ===
+
|シンプルローラー
 
 
==== Simple Roller ====
 
|
 
|[[file:LVGL docs example 099.png]]
 
 
|-
 
|-
 
|100
 
|100
 +
|[[file:LVGL docs example 100.png|link=https://docs.lvgl.io/8.2/examples.html#styling-the-roller]]
 
|Styling the roller
 
|Styling the roller
|
+
|ローラーのスタイリング
|[[file:LVGL docs example 100.png]]
 
 
|-
 
|-
 
|101
 
|101
 +
|[[file:LVGL docs example 101.png|link=https://docs.lvgl.io/8.2/examples.html#add-fade-mask-to-roller]]
 
|add fade mask to roller
 
|add fade mask to roller
|
+
|ローラーにフェードマスクを追加
|[[file:LVGL docs example 101.png]]
+
|}
 +
:[[App:Library:LVGL#Examples|戻る : Previous]]
 +
 
 +
=== Slider ===
 +
:{| class="wikitable"
 +
!
 +
!Link
 +
!英文
 +
!自動翻訳
 
|-
 
|-
 
|102
 
|102
|
+
|[[file:LVGL docs example 102.png|link=https://docs.lvgl.io/8.2/examples.html#simple-slider]]
=== Slider ===
+
|Simple Slider
 
+
|シンプルなスライダー
==== Simple Slider ====
 
|
 
|[[file:LVGL docs example 102.png]]
 
 
|-
 
|-
 
|103
 
|103
 +
|[[file:LVGL docs example 103.png|link=https://docs.lvgl.io/8.2/examples.html#slider-with-custom-style]]
 
|Slider with custom style
 
|Slider with custom style
|
+
|カスタムスタイルのスライダー
|[[file:LVGL docs example 103.png]]
 
 
|-
 
|-
 
|104
 
|104
 +
|[[file:LVGL docs example 104.png|link=https://docs.lvgl.io/8.2/examples.html#slider-with-extended-drawer]]
 
|Slider with extended drawer
 
|Slider with extended drawer
|
+
|拡張引き出し付きスライダー
|[[file:LVGL docs example 104.png]]
+
|}
 +
:[[App:Library:LVGL#Examples|戻る : Previous]]
 +
 
 +
=== Span ===
 +
:{| class="wikitable"
 +
!
 +
!Link
 +
!英文
 +
!自動翻訳
 
|-
 
|-
 
|105
 
|105
|
+
|[[file:LVGL docs example 105.png|link=https://docs.lvgl.io/8.2/examples.html#span-with-custom-styles]]
 +
|Span with custom styles
 +
|カスタムスタイル付きSPAN
 +
|}
 +
:[[App:Library:LVGL#Examples|戻る : Previous]]
  
=== Span ===
+
=== Spinbox ===
 
+
:{| class="wikitable"
==== Span with custom styles ====
+
!
|
+
!Link
|[[file:LVGL docs example 105.png]]
+
!英文
 +
!自動翻訳
 
|-
 
|-
 
|106
 
|106
|
+
|[[file:LVGL docs example 106.png|link=https://docs.lvgl.io/8.2/examples.html#simple-spinbox]]
 +
|Simple Spinbox
 +
|シンプルなスピンボックス
 +
|}
 +
:[[App:Library:LVGL#Examples|戻る : Previous]]
  
=== Spinbox ===
+
=== Spinner ===
 
+
:{| class="wikitable"
==== Simple Spinbox ====
+
!
|
+
!Link
|[[file:LVGL docs example 106.png]]
+
!英文
 +
!自動翻訳
 
|-
 
|-
 
|107
 
|107
|
+
|[[file:LVGL docs example 107.png|link=https://docs.lvgl.io/8.2/examples.html#simple-spinner]]
 +
|Simple spinner
 +
|シンプルなスピナー
 +
|}
 +
:[[App:Library:LVGL#Examples|戻る : Previous]]
  
=== Spinner ===
+
=== Switch ===
 
+
:{| class="wikitable"
==== Simple spinner ====
+
!
|
+
!Link
|[[file:LVGL docs example 107.png]]
+
!英文
 +
!自動翻訳
 
|-
 
|-
 
|108
 
|108
|
+
|[[file:LVGL docs example 108.png|link=https://docs.lvgl.io/8.2/examples.html#simple-switch]]
 +
|Simple Switch
 +
|シンプルなスイッチ
 +
|}
 +
:[[App:Library:LVGL#Examples|戻る : Previous]]
  
=== Switch ===
+
=== Table ===
 
+
:{| class="wikitable"
==== Simple Switch ====
+
!
|
+
!Link
|[[file:LVGL docs example 108.png]]
+
!英文
 +
!自動翻訳
 
|-
 
|-
 
|109
 
|109
|
+
|[[file:LVGL docs example 109.png|link=https://docs.lvgl.io/8.2/examples.html#simple-table]]
 
+
|Simple table
=== Table ===
+
|シンプルなテーブル
 
 
==== Simple table ====
 
|
 
|[[file:LVGL docs example 109.png]]
 
 
|-
 
|-
 
|110
 
|110
 +
|[[file:LVGL docs example 110.png|link=https://docs.lvgl.io/8.2/examples.html#lightweighted-list-from-table]]
 
|Lightweighted list from table
 
|Lightweighted list from table
|
+
|テーブルからの軽量化されたリスト
|[[file:LVGL docs example 110.png]]
+
|}
 +
:[[App:Library:LVGL#Examples|戻る : Previous]]
 +
 
 +
=== Tabview ===
 +
:{| class="wikitable"
 +
!
 +
!Link
 +
!英文
 +
!自動翻訳
 
|-
 
|-
 
|111
 
|111
|
+
|[[file:LVGL docs example 111.png|link=https://docs.lvgl.io/8.2/examples.html#simple-tabview]]
 
+
|Simple Tabview
=== Tabview ===
+
|シンプルなタブビュー
 
 
==== Simple Tabview ====
 
|
 
|[[file:LVGL docs example 111.png]]
 
 
|-
 
|-
 
|112
 
|112
 +
|[[file:LVGL docs example 112.png|link=https://docs.lvgl.io/8.2/examples.html#tabs-on-the-left-styling-and-no-scrolling]]
 
|Tabs on the left, styling and no scrolling
 
|Tabs on the left, styling and no scrolling
|
+
|左側のタブ(スタイリング入り、スクロールなし)
|[[file:LVGL docs example 112.png]]
 
 
|-
 
|-
 
|113
 
|113
 +
|[[file:LVGL docs example 113.png|link=https://docs.lvgl.io/8.2/examples.html#simple-text-area]]
 
|Simple Text area
 
|Simple Text area
|
+
|シンプルなテキストエリア
|[[file:LVGL docs example 113.png]]
 
 
|-
 
|-
 
|114
 
|114
 +
|[[file:LVGL docs example 114.png|link=https://docs.lvgl.io/8.2/examples.html#text-area-with-password-field]]
 
|Text area with password field
 
|Text area with password field
|
+
|パスワードフィールドのあるテキスト領域
|[[file:LVGL docs example 114.png]]
 
 
|-
 
|-
 
|115
 
|115
 +
|[[file:LVGL docs example 115.png|link=https://docs.lvgl.io/8.2/examples.html#text-auto-formatting]]
 
|Text auto-formatting
 
|Text auto-formatting
|
+
|テキストの自動フォーマット
|[[file:LVGL docs example 115.png]]
+
|}
 +
:[[App:Library:LVGL#Examples|戻る : Previous]]
 +
 
 +
=== Tabview ===
 +
:{| class="wikitable"
 +
!
 +
!Link
 +
!英文
 +
!自動翻訳
 
|-
 
|-
 
|116
 
|116
|
+
|[[file:LVGL docs example 116.png|link=https://docs.lvgl.io/8.2/examples.html#tileview-with-content]]
 +
|Tileview with content
 +
|コンテンツ付きのタイルビュー
 +
|}
 +
:[[App:Library:LVGL#Examples|戻る : Previous]]
  
=== Tabview ===
+
=== Window ===
 
+
:{| class="wikitable"
==== Tileview with content ====
+
!
|
+
!Link
|[[file:LVGL docs example 116.png]]
+
!英文
 +
!自動翻訳
 
|-
 
|-
 
|117
 
|117
|
+
|[[file:LVGL docs example 117.png|link=https://docs.lvgl.io/8.2/examples.html#simple-window]]
 
+
|Simple window
=== Window ===
+
|シンプルなウィンドウ
 
 
==== Simple window ====
 
|
 
|[[file:LVGL docs example 117.png|Link=https://docs.lvgl.io/8.2/examples.html#simple-window]]
 
 
|}
 
|}
 +
:[[App:Library:LVGL#Examples|戻る : Previous]]

2022年6月22日 (水) 21:50時点における最新版

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


Get started

Link (Source code : C , MicroPython) 英文 自動翻訳
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 スライダーを作成し、その値をラベルに書き込みます
戻る : Previous

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 現在のテーマを拡張
戻る : Previous

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 アニメーションのタイムライン
戻る : Previous

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 イベントバブリング
戻る : Previous

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 RTLベース方向はアイテムの順序を変更
戻る : Previous

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 グリッド上でRTLの方向(デモ)
戻る : Previous

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 説明のスクロール
戻る : Previous

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 オブジェクトをドラッグ可能にする
戻る : Previous

Arc

Link 英文 自動翻訳
044 LVGL docs example 044.png Simple Arc シンプルアーク
045 LVGL docs example 045.png Loader with Arc アーク付きローダー
戻る : Previous

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 LTRおよびRTLベース方向のバー
051 LVGL docs example 051.png Custom drawer to show the current value 現在の値を表示するカスタムドロワー
戻る : Previous

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 グミボタン
戻る : Previous

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 ページ付け
戻る : Previous

Calendar

Link 英文 自動翻訳
058 LVGL docs example 058.png Calendar with header ヘッダー付きカレンダー
戻る : Previous

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 クロマキー付きの透明なキャンバス
戻る : Previous

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 ズームとスクロールで1000個のデータポイントを表示
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 積み上げ面グラフ
戻る : Previous

Checkbox

Link 英文 自動翻訳
069 LVGL docs example 069.png Simple Checkboxes シンプルなチェックボックス
070 LVGL docs example 070.png Checkboxes as radio buttons ラジオボタンとしてのチェックボックス
戻る : Previous

Colorwheel

Link 英文 自動翻訳
071 LVGL docs example 071.png Simple Colorwheel シンプルなカラーホイール
戻る : Previous

Dropdown

Link 英文 自動翻訳
072 LVGL docs example 072.png Simple Drop down list シンプルなドロップダウンリスト
073 LVGL docs example 073.png Drop down in four directions 4方向のドロップダウン
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 画像のオフセットとスタイリング
戻る : Previous

Image button

Link 英文 自動翻訳
079 LVGL docs example 079.png Simple Image button シンプルな画像ボタン
戻る : Previous

Keyboard

Link 英文 自動翻訳
080 LVGL docs example 080.png Keyboard with text area テキストエリア付きキーボード
戻る : Previous

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 LTR、RTL、中国語のテキストを表示
084 LVGL docs example 084.png Draw label with gradient color グラデーションカラーでラベルを描く
戻る : Previous

LED

Link 英文 自動翻訳
085 LVGL docs example 085.png LED with custom style カスタムスタイルのLED
戻る : Previous

Line

Link 英文 自動翻訳
086 LVGL docs example 086.png Simple Line シンプルなライン
戻る : Previous

List

Link 英文 自動翻訳
087 LVGL docs example 087.png Simple List 簡単なリスト
088 LVGL docs example 088.png Sorting a List using up and down buttons 上ボタンと下ボタンを使用してリストを並べ替える
戻る : Previous

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 円グラフ
戻る : Previous

Messqage box

Link 英文 自動翻訳
098 LVGL docs example 098.png Simple Message box シンプルなメッセージボックス
戻る : Previous

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 ローラーにフェードマスクを追加
戻る : Previous

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 拡張引き出し付きスライダー
戻る : Previous

Span

Link 英文 自動翻訳
105 LVGL docs example 105.png Span with custom styles カスタムスタイル付きSPAN
戻る : Previous

Spinbox

Link 英文 自動翻訳
106 LVGL docs example 106.png Simple Spinbox シンプルなスピンボックス
戻る : Previous

Spinner

Link 英文 自動翻訳
107 LVGL docs example 107.png Simple spinner シンプルなスピナー
戻る : Previous

Switch

Link 英文 自動翻訳
108 LVGL docs example 108.png Simple Switch シンプルなスイッチ
戻る : Previous

Table

Link 英文 自動翻訳
109 LVGL docs example 109.png Simple table シンプルなテーブル
110 LVGL docs example 110.png Lightweighted list from table テーブルからの軽量化されたリスト
戻る : Previous

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 テキストの自動フォーマット
戻る : Previous

Tabview

Link 英文 自動翻訳
116 LVGL docs example 116.png Tileview with content コンテンツ付きのタイルビュー
戻る : Previous

Window

Link 英文 自動翻訳
117 LVGL docs example 117.png Simple window シンプルなウィンドウ
戻る : Previous