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

提供: robot-jp wiki
ナビゲーションに移動検索に移動
2行目: 2行目:
 
__NOTOC__
 
__NOTOC__
 
== Porting ==
 
== Porting ==
=== Set up a project ===
 
==== Get the library ====
 
==== Add lvgl to your project ====
 
==== Configuration file ====
 
==== Initialization ====
 
 
 
(移植)
 
(移植)
{| class="wikitable"
 
!英文
 
!自動翻訳
 
|-
 
|
 
|
 
|-
 
|
 
|
 
|-
 
|
 
|
 
|-
 
|
 
|
 
|-
 
|
 
|
 
|-
 
|
 
|
 
|-
 
|
 
|
 
|-
 
|
 
|
 
|}
 
  
 +
* Set up a project
 +
** Get the library
 +
** Add lvgl to your project
 +
** Configuration file
 +
** Initialization
 +
* Display interface
 +
** Draw buffer
 +
** Buffering modes
 +
** Display driver
 +
** Rotation
 +
** Further reading
 +
** API
 +
* Input device interface
 +
** Types of input devices
 +
** Other features
 +
** Further reading
 +
** API
 +
* Tick interface
 +
** API
 +
* Task Handler
 +
* Sleep management
 +
* Operating system and interrupts
 +
** Tasks and threads
 +
** Interrupts
 +
* Logging
 +
** Log level
 +
** Printing logs
 +
** Add logs
 +
* Add custom GPU
 +
** Draw context
 +
** Software renderer
 +
** Extend the software renderer
 +
** Fully custom draw engine
  
  

2022年6月21日 (火) 12:52時点における版

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

Porting

(移植)

  • Set up a project
    • Get the library
    • Add lvgl to your project
    • Configuration file
    • Initialization
  • Display interface
    • Draw buffer
    • Buffering modes
    • Display driver
    • Rotation
    • Further reading
    • API
  • Input device interface
    • Types of input devices
    • Other features
    • Further reading
    • API
  • Tick interface
    • API
  • Task Handler
  • Sleep management
  • Operating system and interrupts
    • Tasks and threads
    • Interrupts
  • Logging
    • Log level
    • Printing logs
    • Add logs
  • Add custom GPU
    • Draw context
    • Software renderer
    • Extend the software renderer
    • Fully custom draw engine



戻る