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

提供: robot-jp wiki
ナビゲーションに移動検索に移動
 
(同じ利用者による、間の4版が非表示)
3行目: 3行目:
 
== Porting ==
 
== Porting ==
 
(移植)
 
(移植)
* [[App:Library:LVGL:docs:Porting:Set up a project|'''Set up a project''']]
+
=== [[App:Library:LVGL:docs:Porting:Set up a project|'''Set up a project''']] ===
** [[App:Library:LVGL:docs:Porting:Set up a project#Get the library|Get the library]]
+
* [[App:Library:LVGL:docs:Porting:Set up a project#Get the library|Get the library]]
** [[App:Library:LVGL:docs:Porting:Set up a project#Add lvgl to your project|Add lvgl to your project]]
+
* [[App:Library:LVGL:docs:Porting:Set up a project#Add lvgl to your project|Add lvgl to your project]]
** [[App:Library:LVGL:docs:Porting:Set up a project#Configuration file|Configuration file]]
+
* [[App:Library:LVGL:docs:Porting:Set up a project#Configuration file|Configuration file]]
** [[App:Library:LVGL:docs:Porting:Set up a project#Initialization|Initialization]]
+
* [[App:Library:LVGL:docs:Porting:Set up a project#Initialization|Initialization]]
* [[App:Library:LVGL:docs:Porting:Display interface|'''Display interface''']]
+
=== [[App:Library:LVGL:docs:Porting:Display interface|'''Display interface''']] ===
** [[App:Library:LVGL:docs:Porting:Display interface#Draw buffer|Draw buffer]]
+
* [[App:Library:LVGL:docs:Porting:Display interface#Draw buffer|Draw buffer]]
** [[App:Library:LVGL:docs:Porting:Display interface#Buffering modes|Buffering modes]]
+
* [[App:Library:LVGL:docs:Porting:Display interface#Buffering modes|Buffering modes]]
** [[App:Library:LVGL:docs:Porting:Display interface#Display driver|Display driver]]
+
* [[App:Library:LVGL:docs:Porting:Display interface#Display driver|Display driver]]
** [[App:Library:LVGL:docs:Porting:Display interface#Rotation|Rotation]]
+
* [[App:Library:LVGL:docs:Porting:Display interface#Rotation|Rotation]]
** [[App:Library:LVGL:docs:Porting:Display interface#Further reading|Further reading]]
+
* [[App:Library:LVGL:docs:Porting:Display interface#Further reading|Further reading]]
** [[App:Library:LVGL:docs:Porting:Display interface#API|API]]
+
* [[App:Library:LVGL:docs:Porting:Display interface#API|API]]
* [[App:Library:LVGL:docs:Porting:Input device interface|'''Input device interface''']]
+
=== [[App:Library:LVGL:docs:Porting:Input device interface|'''Input device interface''']] ===
** [[App:Library:LVGL:docs:Porting:Input device interface#Types of input devices|Types of input devices]]
+
* [[App:Library:LVGL:docs:Porting:Input device interface#Types of input devices|Types of input devices]]
** [[App:Library:LVGL:docs:Porting:Input device interface#Other features|Other features]]
+
* [[App:Library:LVGL:docs:Porting:Input device interface#Other features|Other features]]
** [[App:Library:LVGL:docs:Porting:Input device interface#Further reading|Further reading]]
+
* [[App:Library:LVGL:docs:Porting:Input device interface#Further reading|Further reading]]
** [[App:Library:LVGL:docs:Porting:Input device interface#API|API]]
+
* [[App:Library:LVGL:docs:Porting:Input device interface#API|API]]
* [[App:Library:LVGL:docs:Porting:Tick interface|'''Tick interface''']]
+
=== [[App:Library:LVGL:docs:Porting:Tick interface|'''Tick interface''']] ===
** [[App:Library:LVGL:docs:Porting:Tick interface#API|API]]
+
* [[App:Library:LVGL:docs:Porting:Tick interface#API|API]]
* [[App:Library:LVGL:docs:Porting:Task Handler|'''Task Handler''']]
+
=== [[App:Library:LVGL:docs:Porting:Task Handler|'''Task Handler''']] ===
* [[App:Library:LVGL:docs:Porting:Sleep management|'''Sleep management''']]
+
 
* [[App:Library:LVGL:docs:Porting:Operating system and interrupts|'''Operating system and interrupts''']]
 
** [[App:Library:LVGL:docs:Porting:Operating system and interrupts#Tasks and threads|Tasks and threads]]
 
** [[App:Library:LVGL:docs:Porting:Operating system and interruptsInterrupts|Interrupts]]
 
* [[App:Library:LVGL:docs:Porting:Logging|'''Logging''']]
 
** [[App:Library:LVGL:docs:Porting:Logging#Log level|Log level]]
 
** [[App:Library:LVGL:docs:Porting:Logging#Printing logs|Printing logs]]
 
** [[App:Library:LVGL:docs:Porting:Logging#Add logs|Add logs]]
 
* [[App:Library:LVGL:docs:Porting:Add custom GPU|'''Add custom GPU''']]
 
** [[App:Library:LVGL:docs:Porting:Add custom GPU#Draw context|Draw context]]
 
** [[App:Library:LVGL:docs:Porting:Add custom GPU#Software renderer|Software renderer]]
 
** [[App:Library:LVGL:docs:Porting:Add custom GPU#Extend the software renderer|Extend the software renderer]]
 
** [[App:Library:LVGL:docs:Porting:Add custom GPU#Fully custom draw engine|Fully custom draw engine]]
 
 
----
 
----
[https://robot-jp.com/wiki/index.php/App:Library:LVGL 戻る]
+
 
 +
=== [[App:Library:LVGL:docs:Porting:Sleep management|'''Sleep management''']] ===
 +
=== [[App:Library:LVGL:docs:Porting:Operating system and interrupts|'''Operating system and interrupts''']] ===
 +
*[[App:Library:LVGL:docs:Porting:Operating system and interrupts#Tasks and threads|Tasks and threads]]
 +
* [[App:Library:LVGL:docs:Porting:Operating system and interrupts#Interrupts|Interrupts]]
 +
=== [[App:Library:LVGL:docs:Porting:Logging|'''Logging''']] ===
 +
* [[App:Library:LVGL:docs:Porting:Logging#Log level|Log level]]
 +
* [[App:Library:LVGL:docs:Porting:Logging#Printing logs|Printing logs]]
 +
* [[App:Library:LVGL:docs:Porting:Logging#Add logs|Add logs]]
 +
=== [[App:Library:LVGL:docs:Porting:Add custom GPU|'''Add custom GPU''']] ===
 +
* [[App:Library:LVGL:docs:Porting:Add custom GPU#Draw context|Draw context]]
 +
* [[App:Library:LVGL:docs:Porting:Add custom GPU#Software renderer|Software renderer]]
 +
* [[App:Library:LVGL:docs:Porting:Add custom GPU#Extend the software renderer|Extend the software renderer]]
 +
* [[App:Library:LVGL:docs:Porting:Add custom GPU#Fully custom draw engine|Fully custom draw engine]]
 +
 
 +
----
 +
:[[App:Library:LVGL#porting|戻る : Previous]]

2022年8月31日 (水) 01:26時点における最新版