LCD [詳解]
#include <Udon/Com/Message/Lcd.hpp>
公開メンバ関数 | |
| void | printf (size_t index, const char *format,...) |
| LCDに文字列を設定 | |
| UDON_ENUMERABLE (text) | |
公開変数類 | |
| char | text [Row][Column] |
| LCDのテキスト | |
LCD
| Column | 列数 |
| Row | 行数 |
|
inline |
LCDに文字列を設定
| index | 行 |
| format | 書式 |
| Udon::Message::Lcd< Column, Row >::UDON_ENUMERABLE | ( | text | ) |
| char Udon::Message::Lcd< Column, Row >::text[Row][Column] |
LCDのテキスト