Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
interfaces:nokia5110 [2015/02/15 00:48]
darron
interfaces:nokia5110 [2023/11/22 04:38] (current)
darron [Resources]
Line 1: Line 1:
 ==== Nokia 5110 LCD ==== ==== Nokia 5110 LCD ====
 +<wrap right>
 +{{:interfaces:nokia5110.jpg?200}}
 +</wrap>
  
-== Pinout ==+These are inexpensive LCD modules originally designed for mobile phones but now available on PCBs for general purpose usage.
  
-^Pin ^Name        ^Function | +The controller on the device is a Philips PCD8544. 
-|8   | LED                + 
-|7   | SCLK      |          +=== Pinout === 
-|6   | DN MOSI |          + 
-|5   | D/C                +There are at least three varieties of LCD board, my example uses this pinout. 
-|4   | RST                + 
-|3   | SCE                +^Pin ^Name        ^Function     
-|2   | GND                +|8   | LED       Back light   
-|1   | VCC                |+|7   | SCLK      | Serial clock 
 +|6   | DN<MOSI>  Serial data  
 +|5   | D/C       Data/command 
 +|4   | RST       Reset        
 +|3   | SCE       Chip enable  
 +|2   | GND       Ground       
 +|1   | VCC       3V3 power    | 
 + 
 +=== Resources === 
 + 
 +[[https://wiki.kewl.org/downloads/PCD8544.PDF|PCD8544 Data-sheet]] 
 + 
 +[[https://wiki.kewl.org/downloads/TLS8204V12.PDF|TLS8204 Data-sheet]] 
 + 
 +[[https://www.e-tinkers.com/2017/11/how-to-use-lcd-5110-pcd-8544-with-arduino/|Guide]] 
 + 
 +[[https://carlosefr.github.io/pcd8544/|Font editor]]