Nokia LCD 5110

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Nokia LCD 5110

1,286 Views
shauldorf
Contributor V

Hello all

I'm looking for Nokia LCD 5110 driver (example) that can be implemented on FRDM K64Z using MCUXpresso.

Thanks

Shaul

2 Replies

1,200 Views
nxf54947
NXP Employee
NXP Employee

Hi Shaul, hope you're doing well,

In order to interface the Nokia 51150 module, you will need to send SPI commands from your board to the  display's controller (PCD8544). Using the document bellow, you will be able to learn how do it:

https://www.sparkfun.com/datasheets/LCD/Monochrome/Nokia5110.pdf

The  Software Development Kit (SDK) of your board provides  driver examples of the SPI. This tool will let you download  it:


https://mcuxpresso.nxp.com/en/welcome

Best regards.

Ruben

0 Kudos
Reply

1,200 Views
BlackNight
NXP Employee
NXP Employee

There is an example described here:

Snake Game on the FRDM-KL25Z with Nokia 5110 Display | MCU on Eclipse 

Zero Cost 84×48 Graphical LCD for the Freedom Board | MCU on Eclipse 

It works with Processor Expert (which you can install into MCUXpresso IDE too: MCUXpresso IDE: Installing Processor Expert into Eclipse Neon | MCU on Eclipse  and ).

I hope this helps,

Erich