「App:Library:FabGL:Enumerations:DisplayControllerType」の版間の差分
提供: robot-jp wiki
ナビゲーションに移動検索に移動| 1行目: | 1行目: | ||
| − | ==enum | + | ==enum DisplayControllerType== |
| − | + | この列挙型は、ディスプレイコントローラーのタイプを定義します。 | |
{| class="wikitable" | {| class="wikitable" | ||
! colspan="2" |'''Enumerator''' | ! 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/ | + | '''[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に定義されています。