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

提供: robot-jp wiki
ナビゲーションに移動検索に移動
9行目: 9行目:
 
** Configuration file
 
** Configuration file
 
** Initialization
 
** Initialization
 +
  
 
* Display interface
 
* Display interface
17行目: 18行目:
 
** Further reading
 
** Further reading
 
** API
 
** API
 +
  
 
* Input device interface
 
* Input device interface
23行目: 25行目:
 
** 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
39行目: 46行目:
 
** Printing logs
 
** Printing logs
 
** Add logs
 
** Add logs
 +
  
 
* Add custom GPU
 
* Add custom GPU

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

戻る