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

提供: robot-jp wiki
ナビゲーションに移動検索に移動
1行目: 1行目:
==enum ChipPackage==
+
==enum TFTOrientation==
この列挙型は、事前定義されたマウスカーソルのセットを定義します。
+
この列挙型はTFTの向きを定義します。
 
{| class="wikitable"
 
{| class="wikitable"
 
! colspan="2" |'''Enumerator'''
 
! colspan="2" |'''Enumerator'''
 
|-
 
|-
|CursorPointerAmigaLike
+
|Rotate0
|11x11 Amiga like colored mouse pointer
+
|Rotate 0 degrees
 
|-
 
|-
|CursorPointerSimpleReduced
+
|Rotate90
|10x15 mouse pointer
+
|Rotate 90 degrees
 
|-
 
|-
|CursorPointerSimple
+
|Rotate180
|11x19 mouse pointer
+
|Rotate 180 degrees
 
|-
 
|-
|CursorPointerShadowed
+
|Rotate270
|11x19 shadowed mouse pointer
+
|Rotate 270 degrees
|-
 
|CursorPointer
 
|12x17 mouse pointer
 
|-
 
|CursorPen
 
|16x16 pen
 
|-
 
|CursorCross1
 
|9x9 cross
 
|-
 
|CursorCross2
 
|11x11 cross
 
|-
 
|CursorPoint
 
|5x5 point
 
|-
 
|CursorLeftArrow
 
|11x11 left arrow
 
|-
 
|CursorRightArrow
 
|11x11 right arrow
 
|-
 
|CursorDownArrow
 
|11x11 down arrow
 
|-
 
|CursorUpArrow
 
|11x11 up arrow
 
|-
 
|CursorMove
 
|19x19 move
 
|-
 
|CursorResize1
 
|12x12 resize orientation 1
 
|-
 
|CursorResize2
 
|12x12 resize orientation 2
 
|-
 
|CursorResize3
 
|11x17 resize orientation 3
 
|-
 
|CursorResize4
 
|17x11 resize orientation 4
 
|-
 
|CursorTextInput
 
|7x15 text input
 
 
|}
 
|}
例: [http://www.fabglib.org/_v_g_a_2_mouse_on_screen_2_mouse_on_screen_8ino-example.html#a11 '''VGA/MouseOnScreen/MouseOnScreen.ino''']
 
  
  
 +
'''[http://www.fabglib.org/_t_f_t_controller_generic_8h_source.html#l00068 line 68 of file TFTControllerGeneric.h]'''に定義されています。
  
'''[http://www.fabglib.org/displaycontroller_8h_source.html#l00502 line 502 of file displaycontroller.h.]'''に定義されています。
 
  
  

2022年3月21日 (月) 22:36時点における版

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に定義されています。




戻る