Using Nokia LCD


Closed Thread
Results 1 to 40 of 301

Thread: Using Nokia LCD

Hybrid View

  1. #1
    Join Date
    Sep 2004
    Location
    montreal, canada
    Posts
    6,898


    Did you find this post helpful? Yes | No

    Default Re: Using Nokia LCD

    Everything is plausible on any PIC, however, there's some more efficient way than other to handle Strings, and some better PIC to handle it. Oh well, It should be fun.
    Steve

    It's not a bug, it's a random feature.
    There's no problem, only learning opportunities.

  2. #2
    Join Date
    Oct 2010
    Posts
    413


    Did you find this post helpful? Yes | No

    Default Re: Using Nokia LCD

    Steve,

    i will try this weekend again everything i can do with compiling and checking the display.

    When you receive yours you can also try out.

    Which kind of Nokia did you order? 5110? http://www.sparkfun.com/products/10168

    This kind of display does not have the Vop pin. Do i make any mistake on this stage?
    Attached Images Attached Images  
    Last edited by astanapane; - 17th June 2011 at 13:35.

  3. #3
    Join Date
    Dec 2008
    Location
    Ploiesti, ROMANIA
    Posts
    582


    Did you find this post helpful? Yes | No

    Default Re: Using Nokia LCD

    How to connect display...
    Attached Images Attached Images  

  4. #4
    Join Date
    Sep 2004
    Location
    montreal, canada
    Posts
    6,898


    Did you find this post helpful? Yes | No

    Default Re: Using Nokia LCD

    I thought I would order that one but the other Canadian distributor I found don't have any in stock and couldn't tell me when he'll receive some more... too bad.

    I found a place near who'll have the following in stock next week, I'll pick it directly at their shop.
    http://www.inexglobal.com/downloads/glcd5110.pdf
    Steve

    It's not a bug, it's a random feature.
    There's no problem, only learning opportunities.

  5. #5
    Join Date
    Oct 2010
    Posts
    413


    Did you find this post helpful? Yes | No

    Default Re: Using Nokia LCD

    Steve,

    is the same. i like it more in blue.

    The pinout are the same.

  6. #6
    Join Date
    Oct 2010
    Posts
    413


    Did you find this post helpful? Yes | No

    Default Re: Using Nokia LCD

    on the one i have as you see there is no Vop pin. This pin as from the code i see that is connected to ground through a 4.7uf capacitor and controls the Contrast.

    The point is that on the LCd i have there is no Vop pin. So how can i control the Contrast.

    If anyone have the display 5110 nokia from sparkfun, could make it easier if he can upload the schematic and a simple code.

  7. #7
    Join Date
    Dec 2007
    Location
    Finland
    Posts
    191


    Did you find this post helpful? Yes | No

    Default Re: Using Nokia LCD

    Vop is a register in extended instruction set (see page 14, Set Vop)
    http://www.nxp.com/acrobat_download2.../PCD8544_1.pdf

    "8.9 Set VOP value" (on page 16) describes how to calculate setting value.

    Contrast is set in "Lcd_Init" section in LCD_3310 -file.
    Code:
    Lcd_Data= $c8: GOSUB Lcd_SendByte       ' SET LCD Vop (CONTRAST)
    Here it seems to be $c8, with some older I have to use $d1 and other newer might need $bf. Try to change the value and check which is best with your display.

    BR,
    -Gusse-

Similar Threads

  1. Nokia COLOR LCD PicBasicPro 2.50a example code
    By skimask in forum Code Examples
    Replies: 49
    Last Post: - 28th September 2011, 01:43
  2. 16f688 LCD what have I done wrong
    By spitfiredriver in forum mel PIC BASIC Pro
    Replies: 6
    Last Post: - 8th August 2009, 19:54
  3. Play with LCD on PICDEM
    By The IceMan in forum mel PIC BASIC
    Replies: 5
    Last Post: - 22nd August 2008, 16:56
  4. Need help with LCD number display.
    By Steve Matson in forum mel PIC BASIC
    Replies: 8
    Last Post: - 26th June 2007, 23:07
  5. LCD will not start
    By btaylor in forum mel PIC BASIC Pro
    Replies: 49
    Last Post: - 24th May 2007, 02:30

Members who have read this thread : 0

You do not have permission to view the list of names.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts