Circuit connection:
GND or any arduino digital pin set
as LOW to turn on LCD backlight.
To turn off backlight, keep this pin
disconnected or any arduino digital
pin set as HIGH.
LCD will be damaged if 5V is
connected
LCD clock. Must connect to
Arduino Hardware SPI “SCK” pin
LCD data input pin. Must connect to
Arduino Hardware SPI “MOSI” pin
Data/ Command. Can be any
Arduino digital pin.
Chip Enable. Can be any Arduino
digital pin.
LCD Reset. Can be any Arduino
digital pin.
Arduino Library:
The LCD can be controlled using U8G Arduino library. It’s available in the document section of
this product page. You can download it from here.
Do not extract the .zip file after downloading it. Open Arduino IDE, then go to Sketch >> Include
Library >> Add .ZIP Library. Then browse to the downloaded u8glib.zip file.
Arduino Codes:
Arduino codes are available in the document section of this product page. You can download
them from here. Extract the .zip file. You’ll find two codes
1. Nokia5110_LCD_PCD8544
2. Nokia5110_LCD_Custom_Image