「App:Library:FabGL:Enumerations:TFTOrientation」の版間の差分

提供: robot-jp wiki
ナビゲーションに移動検索に移動
(ページの作成:「 ----[https://robot-jp.com/wiki/index.php/App:Library:FabGL:Enumerations 戻る]」)
 
 
(同じ利用者による、間の2版が非表示)
1行目: 1行目:
 +
==enum [http://www.fabglib.org/group___enumerations_ga74f510e97d94644d4fc7a3cfd736e59d.html#ga74f510e97d94644d4fc7a3cfd736e59d TFTOrientation]==
 +
この列挙型はTFTの向きを定義します。
 +
{| class="wikitable"
 +
! colspan="2" |'''Enumerator'''
 +
|-
 +
|Rotate0
 +
|Rotate 0 degrees
 +
|-
 +
|Rotate90
 +
|Rotate 90 degrees
 +
|-
 +
|Rotate180
 +
|Rotate 180 degrees
 +
|-
 +
|Rotate270
 +
|Rotate 270 degrees
 +
|}
 +
 +
 +
'''[http://www.fabglib.org/_t_f_t_controller_generic_8h_source.html#l00068 line 68 of file TFTControllerGeneric.h]'''に定義されています。
 +
 +
  
  
  
 
----[https://robot-jp.com/wiki/index.php/App:Library:FabGL:Enumerations 戻る]
 
----[https://robot-jp.com/wiki/index.php/App:Library:FabGL:Enumerations 戻る]

2022年3月21日 (月) 23:41時点における最新版

enum TFTOrientation

この列挙型はTFTの向きを定義します。

Enumerator
Rotate0 Rotate 0 degrees
Rotate90 Rotate 90 degrees
Rotate180 Rotate 180 degrees
Rotate270 Rotate 270 degrees


line 68 of file TFTControllerGeneric.hに定義されています。




戻る