LCD 1602 Driver with ESP32 I2C 1.1
This is a complete driver for LCD 1602 using I2C with the ESP32
|
configurable defines for setting up the LCD1602 More...
Macros | |
#define | DEVICE_ADDRESS 0x27 |
#define | LCD_1602_SCREEN_CHAR_WIDTH 16 |
#define | LCD_1602_MAX_ROWS 2 |
configurable defines for setting up the LCD1602
#define DEVICE_ADDRESS 0x27 |
Device address. Standars is often 0x27
Definition at line 49 of file lcd_1602.h.
#define LCD_1602_MAX_ROWS 2 |
Max rows available on the screen
Definition at line 51 of file lcd_1602.h.
#define LCD_1602_SCREEN_CHAR_WIDTH 16 |
Max character width of the screen
Definition at line 50 of file lcd_1602.h.