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

提供: robot-jp wiki
ナビゲーションに移動検索に移動
9行目: 9行目:
 
** Configuration file
 
** Configuration file
 
** Initialization
 
** Initialization
 +
 
* Display interface
 
* Display interface
 
** Draw buffer
 
** Draw buffer
16行目: 17行目:
 
** Further reading
 
** Further reading
 
** API
 
** API
 +
 
* Input device interface
 
* Input device interface
 
** Types of input devices
 
** Types of input devices
21行目: 23行目:
 
** Further reading
 
** Further reading
 
** API
 
** API
 +
 
* Tick interface
 
* Tick interface
 
** API
 
** API
 +
 
* Task Handler
 
* Task Handler
 +
 
* Sleep management
 
* Sleep management
 +
 
* Operating system and interrupts
 
* Operating system and interrupts
 
** Tasks and threads
 
** Tasks and threads
 
** Interrupts
 
** Interrupts
 +
 
* Logging
 
* Logging
 
** Log level
 
** Log level
 
** Printing logs
 
** Printing logs
 
** Add logs
 
** Add logs
 +
 
* Add custom GPU
 
* Add custom GPU
 
** Draw context
 
** Draw context
37行目: 45行目:
 
** Extend the software renderer
 
** Extend the software renderer
 
** Fully custom draw engine
 
** Fully custom draw engine
 
 
  
 
----
 
----
 
[https://robot-jp.com/wiki/index.php/App:Library:LVGL 戻る]
 
[https://robot-jp.com/wiki/index.php/App:Library:LVGL 戻る]

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

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

戻る