Using Nokia LCD


Closed Thread
Results 1 to 40 of 301

Thread: Using Nokia LCD

Hybrid View

  1. #1
    Join Date
    Jul 2005
    Posts
    65


    Did you find this post helpful? Yes | No

    Thumbs up

    Hello

    I need a complete PICBasic Pro code for controlling Nokia 3310 LCDs, as I have plenty of those, can any one post it here please, also I need this LCD datasheets.

    Thanks in advance

  2. #2
    Join Date
    Feb 2004
    Location
    Germany
    Posts
    762


    Did you find this post helpful? Yes | No

    Default

    Crematory,

    Pleas read this thread from the beginning.
    There are several code examples and linlt to DataSheets etc.
    regards

    Ralph

    _______________________________________________
    There are only 10 types of people:
    Those who understand binary, and those who don't ...
    _______________________________________________



  3. #3
    Join Date
    Dec 2006
    Posts
    10


    Did you find this post helpful? Yes | No

    Default Can you help me about Nokia 3310 pin connection ?

    i could not tied the connection. Can you help me ?

    1-Vdd-------- 5V
    2-SCK--------Portb.4
    3-SDIN-------
    4-D/C--------Portb.6
    5-SCE--------
    6-GND--------GND
    7-Vop--------
    8-RES--------Portb.7

    DEFINE LOADER_USED 1
    DEFINE OSC 20

    DC VAR PortB.6
    DTA VAR PortB.5
    RST VAR PortB.7
    CLK VAR PortB.4

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


    Did you find this post helpful? Yes | No

    Default

    1-Vdd-------- 5V
    2-SCK--------Portb.4
    3-SDIN-------PORTB.5
    4-D/C--------Portb.6
    5-SCE--------
    6-GND--------GND
    7-Vop--------
    8-RES--------Portb.7

    DEFINE LOADER_USED 1
    DEFINE OSC 20

    DC VAR PortB.6
    DTA VAR PortB.5
    RST VAR PortB.7
    CLK VAR PortB.4

    Datasheet => http://www.myplace.nu/mp3/files/pcd8544.pdf

    http://www.picbasic.co.uk/forum/show...7&postcount=40
    Last edited by mister_e; - 9th December 2006 at 20:35.
    Steve

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

  5. #5
    Join Date
    Dec 2006
    Posts
    10


    Did you find this post helpful? Yes | No

    Default 3310 Lcd

    Thanks for your tip. Lcd is working.

  6. #6
    skimask's Avatar
    skimask Guest


    Did you find this post helpful? Yes | No

    Default

    Quote Originally Posted by pcbb View Post
    Thanks for your tip. Lcd is working.
    This wouldn't be the practically the same LCD as the one found at Sparkfun is it?
    http://www.sparkfun.com/commerce/pro...oducts_id=569#

  7. #7
    amro's Avatar
    amro Guest


    Did you find this post helpful? Yes | No

    Question 6310 Lcd ?

    Hi all

    any body deal with Nokia 6310 LCD ?
    it is exist two opinion about this LCD :
    first it is operate by i2c protocol .
    the other operate by SPI 3-wire .
    which is true ?

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 : 1

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