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

提供: robot-jp wiki
ナビゲーションに移動検索に移動
2行目: 2行目:
 
__NOTOC__
 
__NOTOC__
  
* Objects
+
* [[App:Library:LVGL:docs:Overview:Objects|Objects]]
 
** Attributes
 
** Attributes
 
** Working mechanisms
 
** Working mechanisms
9行目: 9行目:
 
** States
 
** States
 
** Snapshot
 
** Snapshot
* Positions, sizes, and layouts
+
* [[App:Library:LVGL:docs:Overview:Positions, sizes, and layouts|Positions, sizes, and layouts]]
 
** Overview
 
** Overview
 
** Position
 
** Position
18行目: 18行目:
 
** Layout
 
** Layout
 
** Examples
 
** Examples
* Styles
+
* [[App:Library:LVGL:docs:Overview:Styles|Styles]]
 
** States
 
** States
 
** Cascading styles
 
** Cascading styles
32行目: 32行目:
 
** Examples
 
** Examples
 
** API
 
** API
* Style properties
+
* [[App:Library:LVGL:docs:Overview:Style properties|Style properties]]
 
** Size and position
 
** Size and position
 
** Padding
 
** Padding
44行目: 44行目:
 
** Text
 
** Text
 
** Miscellaneous
 
** Miscellaneous
* Scroll
+
* [[App:Library:LVGL:docs:Overview:Scroll|Scroll]]
 
** Overview
 
** Overview
 
** Basic example
 
** Basic example
51行目: 51行目:
 
** Self size
 
** Self size
 
** Examples
 
** Examples
* Layers
+
* [[App:Library:LVGL:docs:Overview:Layers|Layers]]
 
** Order of creation
 
** Order of creation
 
** Bring to the foreground
 
** Bring to the foreground
 
** Top and sys layers
 
** Top and sys layers
* Events
+
* [[App:Library:LVGL:docs:Overview:Events|Events]]
 
** Add events to the object
 
** Add events to the object
 
** Remove event(s) from an object
 
** Remove event(s) from an object
63行目: 63行目:
 
** Event bubbling
 
** Event bubbling
 
** Examples
 
** Examples
* Input devices
+
* [[App:Library:LVGL:docs:Overview:Input devices|Input devices]]
 
** Pointers
 
** Pointers
 
** Keypad and encoder
 
** Keypad and encoder
 
** API
 
** API
* Displays
+
* [[App:Library:LVGL:docs:Overview:Displays|Displays]]
 
** Multiple display support
 
** Multiple display support
 
** Screens
 
** Screens
 
** Features of displays
 
** Features of displays
 
** API
 
** API
* Colors
+
* [[App:Library:LVGL:docs:Overview:Colors|Colors]]
 
** Creating colors
 
** Creating colors
 
** Opacity
 
** Opacity
 
** Color types
 
** Color types
 
** API
 
** API
* Fonts
+
* [[App:Library:LVGL:docs:Overview:Fonts|Fonts]]
 
** Unicode support
 
** Unicode support
 
** Built-in fonts
 
** Built-in fonts
86行目: 86行目:
 
** Add a new font engine
 
** Add a new font engine
 
** Use font fallback
 
** Use font fallback
* Images
+
* [[App:Library:LVGL:docs:Overview:Images|Images]]
 
** Store images
 
** Store images
 
** Color formats
 
** Color formats
93行目: 93行目:
 
** Image caching
 
** Image caching
 
** API
 
** API
* File system
+
* [[App:Library:LVGL:docs:Overview:File system|File system]]
 
** Ready to use drivers
 
** Ready to use drivers
 
** Adding a driver
 
** Adding a driver
99行目: 99行目:
 
** Use drives for images
 
** Use drives for images
 
** 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]]
  
  

2022年6月22日 (水) 15:40時点における版

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




戻る