![]() |
Ultibo API
C/C++ API for Ultibo Core
|
#include <af16x2lcd.h>
Data Fields | |
| uint32_t | signature |
| Signature for entry validation. | |
| uint32_t | model |
| Plate model (eg AF16X2LCD_MODEL_MONO). | |
| LONGBOOL | invert |
| Invert polarity of Backlight (Active low if True). | |
| I2C_DEVICE * | i2c |
| I2C device for this plate. | |
| GPIO_DEVICE * | gpio |
| GPIO (MCP23017) device for this plate. | |
| CONSOLE_DEVICE * | console |
| Console (HD44780) device for this plate. | |
| uint32_t signature |
Signature for entry validation.
| uint32_t model |
Plate model (eg AF16X2LCD_MODEL_MONO).
| LONGBOOL invert |
Invert polarity of Backlight (Active low if True).
| I2C_DEVICE* i2c |
I2C device for this plate.
| GPIO_DEVICE* gpio |
GPIO (MCP23017) device for this plate.
| CONSOLE_DEVICE* console |
Console (HD44780) device for this plate.