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

提供: robot-jp wiki
ナビゲーションに移動検索に移動
1行目: 1行目:
== enum KbdMode ==
+
== enum SSD1306Orientation ==
この列挙型は、キーボード仮想キーの処理方法を定義します。
+
この列挙型はSSD1306の向きを定義します。
 
{| class="wikitable"
 
{| class="wikitable"
 
! colspan="2" |'''Enumerator'''
 
! colspan="2" |'''Enumerator'''
 
|-
 
|-
|NoVirtualKeys
+
|Normal
|No virtual keys are generated
+
|Normal orientation
 
|-
 
|-
|GenerateVirtualKeys
+
|ReverseHorizontal
|Virtual keys are generated. You can call Keyboard.isVKDown() only.
+
|Reverse horizontal
 
|-
 
|-
|CreateVirtualKeysQueue
+
|ReverseVertical
|Virtual keys are generated and put on a queue. You can call Keyboard.isVKDown(), Keyboard.virtualKeyAvailable() and Keyboard.getNextVirtualKey()
+
|Reverse vertical
 +
|-
 +
|Rotate180
 +
|Rotate 180 degrees
 
|}
 
|}
'''[http://www.fabglib.org/ps2controller_8h_source.html#l00065 line65 of file ps2controller.h]'''に定義されています。
+
'''[http://www.fabglib.org/_s_s_d1306_controller_8h_source.html#l00061 line 61 of file SSD1306Controller.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日 (月) 22:29時点における版

enum SSD1306Orientation

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

Enumerator
Normal Normal orientation
ReverseHorizontal Reverse horizontal
ReverseVertical Reverse vertical
Rotate180 Rotate 180 degrees

line 61 of file SSD1306Controller.hに定義されています。



戻る