en-us_commands:reference:iclcddisplay
Differences
This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
| en-us_commands:reference:iclcddisplay [2026/09/07 21:52] – 만듦 - 바깥 편집 127.0.0.1 | en-us_commands:reference:iclcddisplay [2026/09/14 20:30] (current) – external edit 127.0.0.1 | ||
|---|---|---|---|
| Line 14: | Line 14: | ||
| ===== Example ===== | ===== Example ===== | ||
| + | |||
| + | This example connects a 20×4 PCF8574 character LCD at address '' | ||
| <code cpp> | <code cpp> | ||
| - | bool IclcdBegin(uint8_t address, uint8_t columns, uint8_t rows, | + | bool lcdReady |
| - | bool backlight | + | |
| - | bool IclcdClear(uint8_t device = 0); | + | void setup() { |
| - | bool IclcdHome(uint8_t device | + | |
| - | bool IclcdSetCursor(uint8_t column, uint8_t row, uint8_t device = 0); | + | |
| - | bool IclcdDisplay(bool on = true, uint8_t device = 0); | + | } |
| - | bool IclcdCursor(bool on = true, uint8_t device = 0); | + | |
| - | bool IclcdBlink(bool on = true, uint8_t device = 0); | + | void loop() { |
| - | bool IclcdBacklight(bool on = true, uint8_t device = 0); | + | |
| - | bool IclcdScrollLeft(uint8_t device = 0); | + | |
| - | bool IclcdScrollRight(uint8_t device = 0); | + | delay(1000); |
| - | bool IclcdTextDirection(bool leftToRight = true, uint8_t device = 0); | + | |
| - | bool IclcdAutoscroll(bool | + | delay(1000); |
| - | bool IclcdCreateChar(uint8_t location, const uint8_t charmap[8], | + | } |
| - | | + | |
| - | bool IclcdWrite(uint8_t value, uint8_t device = 0); | + | |
| - | bool IclcdCommand(uint8_t command, uint8_t device = 0); | + | |
| - | bool IclcdPrint(...); | + | |
| </ | </ | ||
| Line 44: | Line 42: | ||
| * On MPAINO, using D20/D21 for external interrupts prevents simultaneous I²C use. | * On MPAINO, using D20/D21 for external interrupts prevents simultaneous I²C use. | ||
| * '' | * '' | ||
| + | |||
| + | ===== Built-in Commands in the Same Category ===== | ||
| + | |||
| + | * [[: | ||
| + | * [[: | ||
| + | * [[: | ||
| + | * [[: | ||
| + | * [[: | ||
| + | * [[: | ||
| + | * [[: | ||
| + | * [[: | ||
| + | * [[: | ||
| + | * [[: | ||
| + | * [[: | ||
| + | * [[: | ||
| + | * [[: | ||
| + | * [[: | ||
| + | * [[: | ||
| [[: | [[: | ||
en-us_commands/reference/iclcddisplay.1788785566.txt.gz · Last modified: by 127.0.0.1
