LCD 1602 Driver with ESP32 I2C 1.1
This is a complete driver for LCD 1602 using I2C with the ESP32
|
All of the external API:s used the for LCD 1602 driver. More...
Topics | |
Configurable Defines | |
configurable defines for setting up the LCD1602 | |
External Functions | |
External functions for LCD 1602 API. |
Typedefs | |
typedef enum LCD_WRITE_STATUS | LCD_WRITE_STATUS |
Enum for returning the result of writing to the LCD. |
Enumerations | |
enum | LCD_WRITE_STATUS { LCD_WRITE_FINISHED , LCD_WRITE_NOT_FINISHED , LCD_WRITE_INTERRUPTED , LCD_TOO_LONG_STRING } |
Enum for returning the result of writing to the LCD. More... |
All of the external API:s used the for LCD 1602 driver.
Example use of this driver
typedef enum LCD_WRITE_STATUS LCD_WRITE_STATUS |
Enum for returning the result of writing to the LCD.
enum LCD_WRITE_STATUS |
Enum for returning the result of writing to the LCD.
Enumerator | |
---|---|
LCD_WRITE_FINISHED | |
LCD_WRITE_NOT_FINISHED | |
LCD_WRITE_INTERRUPTED | |
LCD_TOO_LONG_STRING |
Definition at line 58 of file lcd_1602.h.