Hi all,
I have some troubles with Nokia 5110 LCD to run on Tiva C using Energia. Here is my full code.
I wire as below:
PA_7, // Chip Select
PA_2, // Data/Command
PB_5, // Reset
PA_6, // Backlight
PB_4 = SCK (2) = Serial Clock
PB_7 = MOSI (2) = Serial Data
I'd done compiled and uploaded the code onto the chip but there was nothing displayed on the 5110 Screen. I still can toggle the backlight on/off by the push button, it means that the loop is running. I think there may be some issues with the SPI driver.
Thank you a lot,
For your easy reference, I post the main .ino