|
esp32-i2c-lcd1602
ESP32-compatible C library for LCD1602 display via I2C backpack.
|
Structure containing information related to the I2C-LCD1602 device. More...
#include <i2c-lcd1602.h>
Data Fields | |
| bool | init |
| True if struct has been initialised, otherwise false. | |
| smbus_info_t * | smbus_info |
| Pointer to associated SMBus info. | |
| uint8_t | backlight_flag |
| Non-zero if backlight is to be enabled, otherwise zero. | |
| uint8_t | num_rows |
| Number of configured columns. | |
| uint8_t | num_columns |
| Number of configured columns, including offscreen columns. | |
| uint8_t | num_visible_columns |
| Number of visible columns. | |
| uint8_t | display_control_flags |
| Currently active display control flags. | |
| uint8_t | entry_mode_flags |
| Currently active entry mode flags. | |
Structure containing information related to the I2C-LCD1602 device.
1.8.6