Demo for STM32F103C8T6 with a Nokia 5110 LCD.

Dependencies:   mbed N5110

Nokia 5110 LCD driven by STM32F103C8T6 board

This is a fork of Craig Evans' example program using his N5110 library.

Schematic

/media/uploads/hudakz/stm32f103c8t6_nokia5110_02.png

Wiring

STM32F103C8T6Nokia 5110
GND<=>GND
PA_10<R1>LIGHT
PA_9<=>VCC
PB_3<=>CLK
PB_5<=>DIN
PA_15<=>DC
PA_11<=>CE
PA_12<=>RST

Changes

RevisionDateWhoCommit message
2:2bab15094d3d 2019-02-05 hudakz Updated. default tip
1:a5480500307f 2019-02-05 hudakz Updated.
0:1be8870a132e 2017-01-14 hudakz Initial release.