2 LCD Displays, one Pic


Closed Thread
Results 1 to 11 of 11

Hybrid View

  1. #1
    malc-c's Avatar
    malc-c Guest


    Did you find this post helpful? Yes | No

    Default

    Nice neat breadboarding there DT

  2. #2
    Join Date
    Aug 2003
    Posts
    985


    Did you find this post helpful? Yes | No

    Default

    Cheers, that's about how I expected it would work except for the trick with the resistors.

  3. #3
    Join Date
    Mar 2003
    Location
    Commerce Michigan USA
    Posts
    1,166


    Did you find this post helpful? Yes | No

    Default

    Art, What Darrel shows is what I was talking about....

    Dave Purola,
    N8NTA

  4. #4
    Join Date
    Aug 2003
    Posts
    985


    Did you find this post helpful? Yes | No

    Default

    No wI'm wondering why you'd use 3 pins to control 2 Enable signals?
    Why not just use one pin per LCD Enable pin, and manually set each one high
    to talk to each LCD display?

  5. #5
    Join Date
    Jul 2003
    Location
    Colorado Springs
    Posts
    4,959


    Did you find this post helpful? Yes | No

    Default

    Because LCD's are sent data "Synchronously".
    Which means that the data is Clocked in with a pulse, and that pulse is on the Enable line.

    For a 4-bit interface, it takes two clocks per byte.

    So the Enable lines must be controllable by LCDOUT, and LCDOUT can only control one.

    The other two Disable outputs simply keep the "Clock" from getting to that display.

    hth,
    DT

  6. #6
    Join Date
    Nov 2003
    Location
    Greece
    Posts
    4,132


    Did you find this post helpful? Yes | No

    Default

    Art, think of the two extra lines as a CS (Chip Select) line of the LCD to be active.

    Ioannis

  7. #7
    Join Date
    Aug 2003
    Posts
    985


    Did you find this post helpful? Yes | No

    Default

    Ah, never mind, I thought the Enable pin was simply held high to talk to the LCD.
    I guess I thought wrong.

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