LCD 1602 Driver with ESP32 I2C 1.1
This is a complete driver for LCD 1602 using I2C with the ESP32
Loading...
Searching...
No Matches
lcd_1602.c File Reference

: 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.

Detailed Description

: Applied source code and static functions for the LCD 1602.

Author
: Carl Broman carl..nosp@m.brom.nosp@m.an@yh.nosp@m..nac.nosp@m.kadem.nosp@m.in.s.nosp@m.e

Definition in file lcd_1602.c.