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

提供: robot-jp wiki
ナビゲーションに移動検索に移動
(ページの作成:「 ----[https://robot-jp.com/wiki/index.php/App:Library:FabGL:Enumerations 戻る]」)
 
 
(同じ利用者による、間の2版が非表示)
1行目: 1行目:
 +
==enum [http://www.fabglib.org/group___enumerations_gadb8147abda8588ce7306a700532148e1.html#gadb8147abda8588ce7306a700532148e1 DisplayControllerType]==
 +
この列挙型は、ディスプレイコントローラーのタイプを定義します。
 +
{| class="wikitable"
 +
! colspan="2" |'''Enumerator'''
 +
|-
 +
|Textual
 +
|The display controller can represents text only
 +
|-
 +
|Bitmapped
 +
|The display controller can represents text and bitmapped graphics
 +
|}
 +
'''[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日 (月) 23:30時点における最新版

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



戻る