MPC 5500 & 5600, LCD

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

MPC 5500 & 5600, LCD

Jump to solution
1,393 Views
mateuszolsztyn
Contributor II

Hi all,

 

im using mpc5643L microcontroller and i want to display something. Can i use to it graphical LCD from Nokia 3310 (pcd8544)? Is it possible? Or can You recommend me something else?

 

Thanks & Regards

Mateusz

Labels (1)
Tags (4)
0 Kudos
1 Solution
1,163 Views
PetrS
NXP TechSupport
NXP TechSupport

Hi,

This LCD uses simple SPI bus (/SCE, SCLK, DIN) and some general inputs pins to control the display. So it can be easily controlled by any MPC5xxx MCU, the MPC5643L for sure. Only the driver have to be written by you. But you can find many examples for Nokia 3310 LCD handling on the web, so you can easily tailor it to your MCU.

BR, Petr

View solution in original post

2 Replies
1,164 Views
PetrS
NXP TechSupport
NXP TechSupport

Hi,

This LCD uses simple SPI bus (/SCE, SCLK, DIN) and some general inputs pins to control the display. So it can be easily controlled by any MPC5xxx MCU, the MPC5643L for sure. Only the driver have to be written by you. But you can find many examples for Nokia 3310 LCD handling on the web, so you can easily tailor it to your MCU.

BR, Petr

1,163 Views
mateuszolsztyn
Contributor II

Cool, thank You very much for help. :smileyhappy:

0 Kudos