Lcd And Port A


Closed Thread
Results 1 to 2 of 2

Thread: Lcd And Port A

  1. #1
    vicce's Avatar
    vicce Guest

    Default Lcd And Port A

    hello,friends

    I have to connect an LCD display to a PCB board with a 16F877 on
    board.
    LCD data bit are :

    PORTA.2 = D0
    PORTA.3 = D1
    PORTA.4 = D2
    PORTA.5 = D3

    PORTA.1 =E
    PORTA.2 = RS

    I NEED HELP FOR CHANGE THE Pbppic14.lib FOR CAN USED THIS CONFIGURACION

    PS.SORY FOR MY BAD ENGLISH,I AM BRAZILIAN

    Best regards


    VICCE

  2. #2
    Join Date
    Jul 2003
    Posts
    2,358


    Did you find this post helpful? Yes | No

    Default

    Change your hardware design. With PBP the datalines D0-D4 must be connected EITHER from Port bits 0-3, or 4-7, NO OTHER sequence. You cannot start half-way through a Port like you are trying to accomplish (Port bits 2-5). If you absolutely MUST do this, then you have to write your own LCD routines.

Similar Threads

  1. Is this code not initialising the LCD properly?
    By Platypus in forum mel PIC BASIC Pro
    Replies: 8
    Last Post: - 30th January 2010, 19:14
  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. LCD R/S works on Port A but not Port B
    By TDonBass in forum mel PIC BASIC Pro
    Replies: 4
    Last Post: - 10th February 2009, 12:41
  4. Running an LCD on different port
    By malc-c in forum mel PIC BASIC Pro
    Replies: 7
    Last Post: - 18th December 2006, 06:41
  5. Dedicated LCD Controller question
    By chuckles in forum mel PIC BASIC Pro
    Replies: 6
    Last Post: - 27th February 2006, 14:44

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