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
Configurable Defines

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

Detailed Description

configurable defines for setting up the LCD1602

Macro Definition Documentation

◆ DEVICE_ADDRESS

#define DEVICE_ADDRESS   0x27

Device address. Standars is often 0x27

Definition at line 49 of file lcd_1602.h.

◆ LCD_1602_MAX_ROWS

#define LCD_1602_MAX_ROWS   2

Max rows available on the screen

Definition at line 51 of file lcd_1602.h.

◆ LCD_1602_SCREEN_CHAR_WIDTH

#define LCD_1602_SCREEN_CHAR_WIDTH   16

Max character width of the screen

Definition at line 50 of file lcd_1602.h.