Projects
LCD Display

LCD Display

See the LCD micro-circuits guide.

Connection Diagram

The Green (SDA) and Yellow (SCL) wires between the Nano 1, Nano 2, and Pico to the LCD module are the LCD connections. The ESP32 is not connected to the LCD, it will be connected to an OLED later.

Smart Home Circuits LCD Connections

Connections

Board pin numbers are those printed on the board while code pin numbers need to be used in code (generally indicated in the pinout diagram as the GPIO pin number). They may be the same or different, depending on the board.

Nano Circuit 1

Board Pin
Code Pin
Pin ModeComponentPin
A4A4I2C SDAI2C lCDSDA
A5A5I2C SCLI2C LCDSCL

Nano Circuit 2

Board Pin
Code Pin
FunctionComponentPin
A4A4I2C SDAI2C LCDSDA
A5A5I2C SCLI2C LCDSCL

Pico Circuit

Board Pin
Code Pin
ModeComponentPin
64I2C SDAI2C LCDSDA
75I2C SCLI2C LCDSCL

Code

The code for this circuit is distributed across multiple files, so will not be displayed here. It will be available for download for subscribers.