commands:reference:iclcdwrite
차이
문서의 선택한 두 판 사이의 차이를 보여줍니다.
| 다음 판 | 이전 판 | ||
| commands:reference:iclcdwrite [2026/09/01 20:04] – 만듦 - 바깥 편집 127.0.0.1 | commands:reference:iclcdwrite [2026/09/14 20:30] (현재) – 바깥 편집 127.0.0.1 | ||
|---|---|---|---|
| 줄 11: | 줄 11: | ||
| ^ 명령어 ^ 인수 ^ 반환값 ^ 동작 ^ | ^ 명령어 ^ 인수 ^ 반환값 ^ 동작 ^ | ||
| | '' | | '' | ||
| + | |||
| ===== 예제 ===== | ===== 예제 ===== | ||
| + | |||
| + | MPAINO-8A8R(T)의 I2C 포트에 주소 '' | ||
| <code cpp> | <code cpp> | ||
| - | const uint8_t heart[8] | + | bool lcdReady |
| - | 0b00000, 0b01010, 0b11111, 0b11111, | + | |
| - | 0b01110, 0b00100, 0b00000, 0b00000 | + | |
| - | }; | + | |
| - | IclcdCreateChar(0, heart); | + | void setup() { |
| - | IclcdSetCursor(0, 1); | + | |
| - | IclcdWrite(0); | + | if (lcdReady) |
| + | } | ||
| + | |||
| + | void loop() {} | ||
| </ | </ | ||
| 줄 33: | 줄 36: | ||
| * MPAINO에서 D20/D21을 외부 인터럽트로 사용하면 I²C와 동시에 사용할 수 없습니다. | * MPAINO에서 D20/D21을 외부 인터럽트로 사용하면 I²C와 동시에 사용할 수 없습니다. | ||
| * '' | * '' | ||
| + | |||
| + | ===== 같은 카테고리의 내장 명령어 ===== | ||
| + | |||
| + | * [[commands: | ||
| + | * [[commands: | ||
| + | * [[commands: | ||
| + | * [[commands: | ||
| + | * [[commands: | ||
| + | * [[commands: | ||
| + | * [[commands: | ||
| + | * [[commands: | ||
| + | * [[commands: | ||
| + | * [[commands: | ||
| + | * [[commands: | ||
| + | * [[commands: | ||
| + | * [[commands: | ||
| + | * [[commands: | ||
| + | * [[commands: | ||
| [[commands: | [[commands: | ||
commands/reference/iclcdwrite.1788260661.txt.gz · 마지막으로 수정됨: 저자 127.0.0.1
