49#define DEVICE_ADDRESS 0x27
50#define LCD_1602_SCREEN_CHAR_WIDTH 16
51#define LCD_1602_MAX_ROWS 2
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.
LCD_WRITE_STATUS
Enum for returning the result of writing to the LCD.