LCD 1602 Driver with ESP32 I2C 1.1
This is a complete driver for LCD 1602 using I2C with the ESP32
|
: Applied source code and static functions for the LCD 1602. More...
Go to the source code of this file.
Functions | |
LCD_WRITE_STATUS | lcd_1602_send_string (i2c_master_dev_handle_t handle, char *str) |
Writes out data to the LCD. | |
uint8_t | lcd_1602_init (i2c_master_dev_handle_t handle) |
initializes the LCD 1602 correctly according to the datasheet. |
: Applied source code and static functions for the LCD 1602.
Definition in file lcd_1602.c.