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

提供: robot-jp wiki
ナビゲーションに移動検索に移動
451行目: 451行目:
 
|-
 
|-
 
|
 
|
====[[https://docs.squareline.io/docs/events EN]] [[App:Library:Squareline:docs:docs:events|Events and Actions]]====
+
====[[App:Library:Squareline:docs:docs:events|Events and Actions]] [[https://docs.squareline.io/docs/events EN]] ====
 
イベントとアクション
 
イベントとアクション
 
!
 
!

2022年8月3日 (水) 14:49時点における版

日本語訳

LVGL Ver8.2 docs (ORG)

Introduction

Introduction

Requirements

License

Repository layout

Release policy

FAQ

Examples

Get started

Styles

Animations

Events

Layouts

Scrolling

Widgets

Get started

Quick overview

Get started in a simulator

Add LVGL into your project

Learn the basics

Examples

porting

Set up a project

Display interface

Tick interface

Task Handler

Sleep management

Operating system and interrupts

Logging

Add custom GPU

Overview

Objects

Positions, sizes, and layouts

Styles

Style properties

Scroll

Layers

Events

Input devices

Displays

Colors

Fonts

Images

File system

Animations

Timers

Drawing

New widget

Widgets

Base object (lv_obj)

Core widgets

Extra widgets

Layouts

Flex

Grid

3rd party libraries

File System Interfaces

BMP decoder

JPG decoder

PNG decoder

GIF decoder

FreeType support

QR code

Lottie player

FFmpeg support

Others

Snapshot

Monkey

Grid navigation

Contributing

Introduction

Pull request

Developer Certification of Origin (DCO)

Ways to contribute

Changelog

Roadmap

LVGL Readme (github)

日本語 English

LVGL Tutorial Video

That Project (ESP32+LVGL)

YouTube 作者 日本語訳 内容 IDE lvgl.h TFT_eSPI.h
Arduino IDE VSCode Eclipse Touch LCD
LittlevGL | Arduino IDE]

Part.0 - Touch Display Setup for Simple Note App📝

配線

I/O Port 設定

TFT_eSPI インストール

タッチ位置調整

LCD向き設定(横長)

LittlevGL | Arduino IDE]

Part.1 - Basic LittlevGL for Simple Note App📝

LittlevGL | Arduino IDE]

Part.2 - By LittlevGL for Simple Note App📝

ESP32 + ESP-NOW + LVGL7

Part 1/2 - LVGL UI Layout

ESP32 + ESP-NOW + LVGL7

Part 2/2 - ESP-NOW bidirectional Comm (Primary - Secondary)

Make your own System Monitor with ESP32 + LVGL 8
ESP32-Watch for OpenHaystack
QR Code Maker (ESP32+LVGL8)
Part.2: Creating Tesla's Website in SquareLine Studio (ESP32+LVGL)
Creating Tesla's Website in SquareLine Studio (ESP32+LVGL)
Not AirTag, But ESP32Tag
ESP32 | LVGL8 | Ep3.WiFi設定の基本プロジェクト
ESP32 Dynamic WIFI configuration GUI using LVGL7.x

Part 1/2 - Basic Setting

ESP32 Dynamic WIFI configuration GUI using LVGL7.x

Part 2/2 - Application Structure

SquareLine Studio [EN]

インストール

次の順にインストールします。

  1. Git
  2. ESP-IDE+Eclipse
  3. SquareLine Studio

Readme 日本語訳

Welcome [EN]

ようこそ

Introduction

はじめに

[EN] Overview

[EN] Typical_Development_Workflow

[EN] Licenses

[EN] Installation

[EN] Getting_Started

[EN] Licence_Manager

Designer environment

環境

[EN] How_to_use_the_SquareLine_Studio_layout?
[EN] Launcher
[EN] Preferences
[EN] Project Settings

Panels

[EN] Animation Panel
[EN] Asset Panel
[EN] Console Panel
[EN] Font Manager Panel
[EN] Hierarchy Panel
[EN] History Panel
[EN] Inspector Panel
[EN] Widget Panel

[EN] Styles

スタイル

Events and Actions [EN]

イベントとアクション

Miscellaneous

その他

[EN] Changelog

[EN] How to upgrade SquareLine Studio to an up-to-date version?

[EN] Getting Help

[EN] Third Party Components in SquareLine Studio

Tutorials

チュートリアル

[EN] Tutorial 1 - Trying out an Example

[EN] Tutorial 2 - Create a New Application

[EN] Tutorial 3 - Add Styles

[EN] Tutorial 4 - Add Events

Link

LVGL 公式

LVGL https://lvgl.io/ (訳)
LVGL docs https://docs.lvgl.io/master/index.html (訳)
Github https://github.com/lvgl/lvgl (訳)
SquareLine Studio https://squareline.io/
SquareLine Studio docs https://docs.squareline.io/docs/squareline/ (訳)
LVGL's Blog

(ESP32関連)

2019/08/05 Pure Micropython Display Driver (訳)

2019/02/23 New release v5.3 - Micropython support, New object types, new features (訳)

2019/02/02 How to use the iPod Nano 6 LCD for LittlevGL (訳)

2019/01/31 Espressif officially supports LittlevGL on ESP32! Let's try it! (訳)

2018/12/26 LittlevGL References (訳)

関連資料 (ESP32+LVGL)

参考 macsbug | LVGL 8 demo with 800×480 LCD and ESP32 S2 WROVER
OSRTOS | LittlevGL (訳)
Youtube ESP32 | LittlevGL | Arduino IDE - [Part.0] Touch Display Setup for Simple Note App

ESP32 | LittlevGL | Arduino IDE - [Part.1] Basic LittlevGL for Simple Note App


GUI on ESP32 with 30 FPS using LittlevGL


ESP32 | LVGL8 | Ep 0. GFX Setup

ESP32 | LVGL8 | Ep 1. Demos with LILY PI

ESP32 | LVGL8 | Ep 3. Base Project for WiFi Settings

トイカメラを作ります! = ESP32CAM + ILI9488 + LVGL7 | Part1、リアルタイムディスプレイ

トイカメラを作ります! = ESP32CAM + ILI9488 + LVGL7 | Part2、LVGL設定


Part.1: Creating Tesla's Website in SquareLine Studio (ESP32+LVGL)

Part.2: Creating Tesla's Website in SquareLine Studio (ESP32+LVGL)

補足事項

  • Arduino IDE の場合、ライブラリマネージャからLVGLをインストール可。
  • Linux(ubuntu) に Eclipse + ESP-IDF を入れる方法:1 , 2 ,
  • LVGLは旧名LittlevGL
  • LVGL作者は基本的には Linux+Eclipse+SDK の環境



戻る