App:Library:LVGL:docs:Porting

提供: robot-jp wiki
2022年6月21日 (火) 12:53時点におけるTakashi (トーク | 投稿記録)による版 (→‎Porting)
ナビゲーションに移動検索に移動

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

戻る