+ Reply to Thread
Results 1 to 2 of 2

Thread: LCD Display with PICDem 2 Plus

  1. #1
    mrgobis Newbie
    Join Date
    Feb 2009
    Posts
    4

    LCD Display with PICDem 2 Plus

    Does anyone has a sample code that displays a text / string on LCD display?


  2. #2
    csaba911 Good csaba911 Good csaba911 Good
    Join Date
    Jul 2003
    Location
    Canada
    Posts
    215

    You don't say if you need ASM, BAS or HEX....
    The standard 4 bit 44780 code will work, you need to specify the connection based on your hardware.
    LCD display on PICDEM 2 Plus board [Archive] - MEL PICBASIC Forum
    Here is a Picbasic version made to work on your hardware.
    PortD4 to 7 lcd data
    PortA1 = E
    PortA2 = R/W
    PortA3 = RS
    Microchip Application Maestro can create a template for you for ASM code.
    Application Maestro Software

    Nigel's tutorial should be a good start to.
    PIC Tutorial* Three - LCD Modules

    Also 100's of info available on the net.
    4 bit lcd asm - Google Search

    Csaba
    I'm could be wrong many time's, at least I know what I'm doing.
    http://shop.ebay.ca/merchant/csaba911

+ Reply to Thread

Similar Threads

  1. PICDEM FSUSB demo failed to RESET board
    By lachick in forum Micro Controllers
    Replies: 2
    Latest: 6th October 2009, 11:29 AM
  2. PICDEM 2 Plus and MPLAB ICD 2
    By t.man in forum Micro Controllers
    Replies: 1
    Latest: 3rd July 2009, 09:34 AM
  3. Help with PICDEM 2+ DEMO
    By wuid in forum Electronic Projects Design/Ideas/Reviews
    Replies: 4
    Latest: 2nd April 2009, 07:08 PM
  4. PICDEM 2 Plus and ICD 2 help please
    By coden4fun in forum Micro Controllers
    Replies: 0
    Latest: 2nd February 2009, 10:50 PM
  5. Setting a password on the picdem 2
    By jbf1144 in forum Micro Controllers
    Replies: 0
    Latest: 18th November 2008, 03:12 PM

Tags for this Thread