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

提供: robot-jp wiki
ナビゲーションに移動検索に移動
1行目: 1行目:
==enum ChipPackage==
+
==enum DisplayControllerType==
この列挙型は、事前定義されたマウスカーソルのセットを定義します。
+
この列挙型は、ディスプレイコントローラーのタイプを定義します。
 
{| class="wikitable"
 
{| class="wikitable"
 
! colspan="2" |'''Enumerator'''
 
! colspan="2" |'''Enumerator'''
 
|-
 
|-
|1
+
|Textual
|
+
|The display controller can represents text only
 
|-
 
|-
|2
+
|Bitmapped
|
+
|The display controller can represents text and bitmapped graphics
|-
 
|3
 
|
 
|-
 
|4
 
|
 
|-
 
|5
 
|
 
|-
 
|6
 
|
 
|-
 
|7
 
|
 
|-
 
|8
 
|
 
|-
 
|9
 
|
 
|-
 
|0
 
|
 
|-
 
|1
 
|
 
|-
 
|2
 
|
 
|-
 
|3
 
|
 
|-
 
|4
 
|
 
|-
 
|5
 
|
 
|-
 
|6
 
|
 
|-
 
|7
 
|
 
|-
 
|8
 
|
 
|-
 
|9
 
|
 
|-
 
|0
 
|
 
 
|}
 
|}
'''[http://www.fabglib.org/fabutils_8h_source.html#l00935 line 935 of file fabutils.h]'''に定義されています。
+
'''[http://www.fabglib.org/displaycontroller_8h_source.html#l00652 line 652 of file displaycontroller.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日 (月) 20:41時点における版

enum DisplayControllerType

この列挙型は、ディスプレイコントローラーのタイプを定義します。

Enumerator
Textual The display controller can represents text only
Bitmapped The display controller can represents text and bitmapped graphics

line 652 of file displaycontroller.hに定義されています。



戻る