-
Name : STM32 Library for Nokia 5110 LCD (PCD8544 controller)
-
Description :
- STM32 library.
- Inverse, Bias and contrast control.
- ASCII strings and character text display.
- Nine ASCII text fonts.
- Sleep mode.
-
Author: Gavin Lyons
-
IDE used: STM32CubeIDE C : 1.4.0 , C
-
IC used: STM32F303K8T6 Nucleo-32
This a port of these libraries, full details at link.
PIC X8 library LINK
Arduino library at LINK
Connections Software SPI
- PB3 GPIO_Output SWCLK = Nokia CLK
- PB4 GPIO_Output SWDATA = NOKIA DIN
- PB5 GPIO_Output DC = NOKIA DC
- PB6 GPIO_Output CE = NOKIA CE
- PB7 GPIO_Output Reset = NOKIA RST
No other changes are required to the peripheral default setup of the Nucleo board by the IDE besides configure the GPIO.
Pinout of a Nokia 5110 LCD.