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

提供: robot-jp wiki
ナビゲーションに移動検索に移動
 
(同じ利用者による、間の4版が非表示)
2行目: 2行目:
 
__NOTOC__
 
__NOTOC__
  
* Objects
+
== [[App:Library:LVGL:docs:Overview:Objects|Objects]] ==
** Attributes
+
* [[App:Library:LVGL:docs:Overview:Objects#Attributes|Attributes]]
** Working mechanisms
+
* [[App:Library:LVGL:docs:Overview:Objects#Working mechanisms|Working mechanisms]]
** Screens
+
* [[App:Library:LVGL:docs:Overview:Objects#Screens|Screens]]
** Parts
+
* [[App:Library:LVGL:docs:Overview:Objects#Parts|Parts]]
** States
+
* [[App:Library:LVGL:docs:Overview:Objects#States|States]]
** Snapshot
+
* [[App:Library:LVGL:docs:Overview:Objects#Snapshot|Snapshot]]
* Positions, sizes, and layouts
+
== [[App:Library:LVGL:docs:Overview:Positions, sizes, and layouts|Positions, sizes, and layouts]] ==
** Overview
+
* [[App:Library:LVGL:docs:Overview:Positions, sizes, and layouts#Overview|Overview]]
** Position
+
* [[App:Library:LVGL:docs:Overview:Positions, sizes, and layouts#Position|Position]]
** Size
+
* [[App:Library:LVGL:docs:Overview:Positions, sizes, and layouts#Size|Size]]
** Using styles
+
* [[App:Library:LVGL:docs:Overview:Positions, sizes, and layouts#Using styles|Using styles]]
** Translation
+
* [[App:Library:LVGL:docs:Overview:Positions, sizes, and layouts#Translation|Translation]]
** Transformation
+
* [[App:Library:LVGL:docs:Overview:Positions, sizes, and layouts#Transformation|Transformation]]
** Layout
+
* [[App:Library:LVGL:docs:Overview:Positions, sizes, and layouts#Layout|Layout]]
** Examples
+
* [[App:Library:LVGL:docs:Overview:Positions, sizes, and layouts#Examples|Examples]]
* Styles
+
== [[App:Library:LVGL:docs:Overview:Styles|Styles]] ==
** States
+
* [[App:Library:LVGL:docs:Overview:Styles#States|States]]
** Cascading styles
+
* [[App:Library:LVGL:docs:Overview:Styles#Cascading styles|Cascading styles]]
** Inheritance
+
* [[App:Library:LVGL:docs:Overview:Styles#Inheritance|Inheritance]]
** Parts
+
* [[App:Library:LVGL:docs:Overview:Styles#Parts|Parts]]
** Initialize styles and set/get properties
+
* [[App:Library:LVGL:docs:Overview:Styles#Initialize styles and set/get properties|Initialize styles and set/get properties]]
** Add and remove styles to a widget
+
* [[App:Library:LVGL:docs:Overview:Styles#Add and remove styles to a widget|Add and remove styles to a widget]]
** Local styles
+
* [[App:Library:LVGL:docs:Overview:Styles#Local styles|Local styles]]
** Properties
+
* [[App:Library:LVGL:docs:Overview:Styles#Properties|Properties]]
** Transitions
+
* [[App:Library:LVGL:docs:Overview:Styles#Transitions|Transitions]]
** Color filter
+
* [[App:Library:LVGL:docs:Overview:Styles#Color filter|Color filter]]
** Themes
+
* [[App:Library:LVGL:docs:Overview:Styles#Themes|Themes]]
** Examples
+
* [[App:Library:LVGL:docs:Overview:Styles#Examples|Examples]]
** API
+
* [[App:Library:LVGL:docs:Overview:Styles#API|API]]
* Style properties
+
== [[App:Library:LVGL:docs:Overview:Style properties|Style properties]] ==
** Size and position
+
* [[App:Library:LVGL:docs:Overview:Style properties#Size and position|Size and position]]
** Padding
+
* [[App:Library:LVGL:docs:Overview:Style properties#Padding|Padding]]
** Background
+
* [[App:Library:LVGL:docs:Overview:Style properties#Background|Background]]
** Border
+
* [[App:Library:LVGL:docs:Overview:Style properties#Border|Border]]
** Outline
+
* [[App:Library:LVGL:docs:Overview:Style properties#Outline|Outline]]
** Shadow
+
* [[App:Library:LVGL:docs:Overview:Style properties#Shadow|Shadow]]
** Image
+
* [[App:Library:LVGL:docs:Overview:Style properties#Image|Image]]
** Line
+
* [[App:Library:LVGL:docs:Overview:Style properties#Line|Line]]
** Arc
+
* [[App:Library:LVGL:docs:Overview:Style properties#Arc|Arc]]
** Text
+
* [[App:Library:LVGL:docs:Overview:Style properties#Text|Text]]
** Miscellaneous
+
* [[App:Library:LVGL:docs:Overview:Style properties#Miscellaneous|Miscellaneous]]
* Scroll
+
== [[App:Library:LVGL:docs:Overview:Scroll|Scroll]] ==
** Overview
+
* [[App:Library:LVGL:docs:Overview:Scroll#Overview|Overview]]
** Basic example
+
* [[App:Library:LVGL:docs:Overview:Scroll#Basic example|Basic example]]
** Features of scrolling
+
* [[App:Library:LVGL:docs:Overview:Scroll#Features of scrolling|Features of scrolling]]
** Scroll manually
+
* [[App:Library:LVGL:docs:Overview:Scroll#Scroll manually|Scroll manually]]
** Self size
+
* [[App:Library:LVGL:docs:Overview:Scroll#Self size|Self size]]
** Examples
+
* [[App:Library:LVGL:docs:Overview:Scroll#Examples|Examples]]
* Layers
+
== [[App:Library:LVGL:docs:Overview:Layers|Layers]] ==
** Order of creation
+
* [[App:Library:LVGL:docs:Overview:Layers#Order of creation|Order of creation]]
** Bring to the foreground
+
* [[App:Library:LVGL:docs:Overview:Layers#Bring to the foreground|Bring to the foreground]]
** Top and sys layers
+
* [[App:Library:LVGL:docs:Overview:Layers#Top and sys layers|Top and sys layers]]
* Events
+
== [[App:Library:LVGL:docs:Overview:Events|Events]] ==
** Add events to the object
+
* [[App:Library:LVGL:docs:Overview:Events#Add events to the object|Add events to the object]]
** Remove event(s) from an object
+
* [[App:Library:LVGL:docs:Overview:Events#Remove event(s) from an object|Remove event(s) from an object]]
** Event codes
+
* [[App:Library:LVGL:docs:Overview:Events#Event codes|Event codes]]
** Sending events
+
* [[App:Library:LVGL:docs:Overview:Events#Sending events|Sending events]]
** Fields of lv_event_t
+
* [[App:Library:LVGL:docs:Overview:Events#Fields of lv event t|Fields of lv_event_t]]
** Event bubbling
+
* [[App:Library:LVGL:docs:Overview:Events#Event bubbling|Event bubbling]]
** Examples
+
* [[App:Library:LVGL:docs:Overview:Events#Examples|Examples]]
* Input devices
+
== [[App:Library:LVGL:docs:Overview:Input devices|Input devices]] ==
** Pointers
+
* [[App:Library:LVGL:docs:Overview:Input devices#Pointers|Pointers]]
** Keypad and encoder
+
* [[App:Library:LVGL:docs:Overview:Input devices#Keypad and encoder|Keypad and encoder]]
** API
+
* [[App:Library:LVGL:docs:Overview:Input devices#API|API]]
* Displays
+
== [[App:Library:LVGL:docs:Overview:Displays|Displays]] ==
** Multiple display support
+
* [[App:Library:LVGL:docs:Overview:Displays#Multiple display support|Multiple display support]]
** Screens
+
* [[App:Library:LVGL:docs:Overview:Displays#Screens|Screens]]
** Features of displays
+
* [[App:Library:LVGL:docs:Overview:Displays#Features of displays|Features of displays]]
** API
+
* [[App:Library:LVGL:docs:Overview:Displays#API|API]]
* Colors
+
== [[App:Library:LVGL:docs:Overview:Colors|Colors]] ==
** Creating colors
+
* [[App:Library:LVGL:docs:Overview:Colors#Creating colors|Creating colors]]
** Opacity
+
* [[App:Library:LVGL:docs:Overview:Colors#Opacity|Opacity]]
** Color types
+
* [[App:Library:LVGL:docs:Overview:Colors#Color types|Color types]]
** API
+
* [[App:Library:LVGL:docs:Overview:Colors#API|API]]
* Fonts
+
== [[App:Library:LVGL:docs:Overview:Fonts|Fonts]] ==
** Unicode support
+
* [[App:Library:LVGL:docs:Overview:Fonts#Unicode support|Unicode support]]
** Built-in fonts
+
* [[App:Library:LVGL:docs:Overview:Fonts#Built-in fonts|Built-in fonts]]
** Special features
+
* [[App:Library:LVGL:docs:Overview:Fonts#Special features|Special features]]
** Add a new font
+
* [[App:Library:LVGL:docs:Overview:Fonts#Add a new font|Add a new font]]
** Add new symbols
+
* [[App:Library:LVGL:docs:Overview:Fonts#Add new symbols|Add new symbols]]
** Load a font at run-time
+
* [[App:Library:LVGL:docs:Overview:Fonts#Load a font at run-time|Load a font at run-time]]
** Add a new font engine
+
* [[App:Library:LVGL:docs:Overview:Fonts#Add a new font engine|Add a new font engine]]
** Use font fallback
+
* [[App:Library:LVGL:docs:Overview:Fonts#Use font fallback|Use font fallback]]
* Images
+
== [[App:Library:LVGL:docs:Overview:Images|Images]] ==
** Store images
+
* [[App:Library:LVGL:docs:Overview:Images#Store images|Store images]]
** Color formats
+
* [[App:Library:LVGL:docs:Overview:Images#Color formats|Color formats]]
** Add and use images
+
* [[App:Library:LVGL:docs:Overview:Images#Add and use images|Add and use images]]
** Image decoder
+
* [[App:Library:LVGL:docs:Overview:Images#Image decoder|Image decoder]]
** Image caching
+
* [[App:Library:LVGL:docs:Overview:Images#Image caching|Image caching]]
** API
+
* [[App:Library:LVGL:docs:Overview:Images#API|API]]
* File system
+
== [[App:Library:LVGL:docs:Overview:File system|File system]] ==
** Ready to use drivers
+
* [[App:Library:LVGL:docs:Overview:File system#Ready to use drivers|Ready to use drivers]]
** Adding a driver
+
* [[App:Library:LVGL:docs:Overview:File system#Adding a driver|Adding a driver]]
** Usage example
+
* [[App:Library:LVGL:docs:Overview:File system#Usage example|Usage example]]
** Use drives for images
+
* [[App:Library:LVGL:docs:Overview:File system#Use drives for images|Use drives for images]]
** API
+
* [[App:Library:LVGL:docs:Overview:File system#API|API]]
* Animations
+
== [[App:Library:LVGL:docs:Overview:Animations|Animations]] ==
** Create an animation
+
* [[App:Library:LVGL:docs:Overview:Animations#Create an animation|Create an animation]]
** Animation path
+
* [[App:Library:LVGL:docs:Overview:Animations#Animation path|Animation path]]
** Speed vs time
+
* [[App:Library:LVGL:docs:Overview:Animations#Speed vs time|Speed vs time]]
** Delete animations
+
* [[App:Library:LVGL:docs:Overview:Animations#Delete animations|Delete animations]]
** Timeline
+
* [[App:Library:LVGL:docs:Overview:Animations#Timeline|Timeline]]
** Examples
+
* [[App:Library:LVGL:docs:Overview:Animations#Examples|Examples]]
** API
+
* [[App:Library:LVGL:docs:Overview:Animations|API]]
* Timers
+
== [[App:Library:LVGL:docs:Overview:Timers|Timers]] ==
** Create a timer
+
* [[App:Library:LVGL:docs:Overview:Timers|Create a timer]]
** Ready and Reset
+
* [[App:Library:LVGL:docs:Overview:Timers#Ready and Reset|Ready and Reset]]
** Set parameters
+
* [[App:Library:LVGL:docs:Overview:Timers#Set parameters|Set parameters]]
** Repeat count
+
* [[App:Library:LVGL:docs:Overview:Timers#Repeat count|Repeat count]]
** Measure idle time
+
* [[App:Library:LVGL:docs:Overview:Timers#Measure idle time|Measure idle time]]
** Asynchronous calls
+
* [[App:Library:LVGL:docs:Overview:Timers#Asynchronous calls|Asynchronous calls]]
** API
+
* [[App:Library:LVGL:docs:Overview:Timers#API|API]]
* Drawing
+
== [[App:Library:LVGL:docs:Overview:Drawing|Drawing]] ==
** Mechanism of screen refreshing
+
* [[App:Library:LVGL:docs:Overview:Drawing|Mechanism of screen refreshing]]
** Masking
+
* [[App:Library:LVGL:docs:Overview:Drawing#Masking|Masking]]
** Hook drawing
+
* [[App:Library:LVGL:docs:Overview:Drawing#Hook drawing|Hook drawing]]
* New widget
+
== [[App:Library:LVGL:docs:Overview:New widget|New widget]] ==
  
  
  
 
----
 
----
[https://robot-jp.com/wiki/index.php/App:Library:LVGL 戻る]
+
:[[App:Library:LVGL#Overview|戻る : Previous]]

2022年7月2日 (土) 10:03時点における最新版

https://docs.lvgl.io/8.2/overview/index.html


Objects

Positions, sizes, and layouts

Styles

Style properties

Scroll

Layers

Events

Input devices

Displays

Colors

Fonts

Images

File system

Animations

Timers

Drawing

New widget


戻る : Previous