![]() |
Ultibo API
C/C++ API for Ultibo Core
|
#include <i2clcd.h>
Data Fields | |
| uint32_t | signature |
| Signature for entry validation. | |
| uint32_t | width |
| Width in columns of this display. | |
| uint32_t | height |
| Height in rows of this display. | |
| I2C_DEVICE * | i2c |
| I2C device for this display. | |
| GPIO_DEVICE * | gpio |
| GPIO (PCF8574) device for this display. | |
| CONSOLE_DEVICE * | console |
| Console (HD44780) device for this display. | |
| uint32_t signature |
Signature for entry validation.
| uint32_t width |
Width in columns of this display.
| uint32_t height |
Height in rows of this display.
| I2C_DEVICE* i2c |
I2C device for this display.
| GPIO_DEVICE* gpio |
GPIO (PCF8574) device for this display.
| CONSOLE_DEVICE* console |
Console (HD44780) device for this display.