LCDOUT bits


Closed Thread
Results 1 to 3 of 3

Thread: LCDOUT bits

  1. #1
    Join Date
    Dec 2011
    Location
    IO93ok
    Posts
    190

    Default LCDOUT bits

    Hi all,

    The large character routine worked so well I wanted to try this on an existing project that has a two line display.
    However the wiring of the display is non standard as the code was implemented by someone else using asm. I am unable to change the wiring.
    I'm re-writing the original code operation to suit myself in PBP.

    Is it possible to use defines as :-

    DEFINE LCD_Bit4 PORTB.4
    DEFINE LCD_Bit5 PORTB.5
    DEFINE LCD_Bit6 PORTB.2 ---- ;NOTE THIS ONE
    DEFINE LCD_Bit7 PORTB.7

  2. #2
    Join Date
    Nov 2003
    Location
    Greece
    Posts
    4,116


    Did you find this post helpful? Yes | No

  3. #3
    Join Date
    Dec 2011
    Location
    IO93ok
    Posts
    190


    Did you find this post helpful? Yes | No

    Default Re: LCDOUT bits

    Ahhh, many thanks for that.

    I did a search but that didn't come up.

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