18#ifndef AIP31068_PARAMS_H
19#define AIP31068_PARAMS_H
36#ifndef AIP31068_PARAM_I2C_DEV
38#define AIP31068_PARAM_I2C_DEV I2C_DEV(0)
41#ifndef AIP31068_PARAM_I2C_ADDR
43#define AIP31068_PARAM_I2C_ADDR (0x7c >> 1)
46#ifndef AIP31068_PARAMS
47#define AIP31068_PARAMS \
49 .i2c_dev = AIP31068_PARAM_I2C_DEV, \
50 .i2c_addr = AIP31068_PARAM_I2C_ADDR, \
53 .font_size = FONT_SIZE_5x8, \
54 .bit_mode = BITMODE_8_BIT, \
static const aip31068_params_t aip31068_params[]
Allocate some memory to store the actual configuration.
Register definitions for the AIP31068 I2C LCD controller.
Low-level I2C peripheral driver interface definition.
AIP31068 device initialization parameters.