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

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

Field Documentation

◆ signature

uint32_t signature

Signature for entry validation.

◆ width

uint32_t width

Width in columns of this display.

◆ height

uint32_t height

Height in rows of this display.

◆ i2c

I2C_DEVICE* i2c

I2C device for this display.

◆ gpio

GPIO_DEVICE* gpio

GPIO (PCF8574) device for this display.

◆ console

CONSOLE_DEVICE* console

Console (HD44780) device for this display.


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