Shop OBEX P1 Docs P2 Docs Learn Events
Nokia 5110 LCD works on P2-v10a — Parallax Forums

Nokia 5110 LCD works on P2-v10a

Cluso99Cluso99 Posts: 18,069
edited 2016-06-23 05:50 in Propeller 2
Here is a program that works with the Nokia 5110 LCD and BeMicroCV-A9.
LCD Plugs directly Pin1..8 --> J1-39..J1-25 (P0,P2,P4,P6,P8,3V3,P10,P12)

Note 1: While the 3v3 is supplying the LCD, the GND is being supplied by P12 and the backlight is supplied by P10 (~6.8mA). The backlight can be enabled by uncommenting the BL=0 line. Without the backlight, current for 3v3 & GND is only ~0.2mA.

Note 2: This is derived from my P1 code so it is not optimised for P2.

Question: What are the new parameters to set the xtal to 80MHz?

Comments

  • cgraceycgracey Posts: 14,133
    'CLKSET #$FF' sets 80MHz and this is already done when your program starts using PNut.exe.
Sign In or Register to comment.