Ultibo API
C/C++ API for Ultibo Core
Loading...
Searching...
No Matches
_AF16X2LCD_PLATE Struct Reference

#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_DEVICEi2c
 I2C device for this plate.
GPIO_DEVICEgpio
 GPIO (MCP23017) device for this plate.
CONSOLE_DEVICEconsole
 Console (HD44780) device for this plate.

Field Documentation

◆ signature

uint32_t signature

Signature for entry validation.

◆ model

uint32_t model

Plate model (eg AF16X2LCD_MODEL_MONO).

◆ invert

LONGBOOL invert

Invert polarity of Backlight (Active low if True).

◆ i2c

I2C_DEVICE* i2c

I2C device for this plate.

◆ gpio

GPIO_DEVICE* gpio

GPIO (MCP23017) device for this plate.

◆ console

CONSOLE_DEVICE* console

Console (HD44780) device for this plate.


The documentation for this struct was generated from the following file: