Typles of LCDs


Closed Thread
Results 1 to 2 of 2

Thread: Typles of LCDs

  1. #1
    mslaney's Avatar
    mslaney Guest

    Default Typles of LCDs

    What is the difference between Parallel and Serial LCDs?
    How do I tell the difference?

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


    Did you find this post helpful? Yes | No

    Default

    Standard parallel LCDs usually have a 14 (or 16) pin header
    and can be used in 4 or 8 bit parallel mode.
    They require at least 6 PortBits on the PIC (in 4 Bit Mode)
    and are easy to use with PBPs LCDOUT command.

    Most serial LCDs I have seen so far are standard parallel ones with a serial "backpack".
    Few others have the serial controller embedded.

    It looks loke there is no standard for the connector.

    The advantage of the serial LCDs is:
    It requires only one single PortBit on the PIC,
    but it is more expensive.

    They are easy to use with PBPs SEROUT, SEROUT2 or HSEROUT commands.

    regards

    Ralph

Similar Threads

  1. LCD's with Shift Registers, and LCDOUT
    By Darrel Taylor in forum PBP Extensions
    Replies: 11
    Last Post: - 3rd April 2015, 14:34
  2. Two LCDs on one PIC
    By NavMicroSystems in forum Schematics
    Replies: 6
    Last Post: - 29th January 2013, 06:56
  3. Testing LCD's
    By david miles in forum General
    Replies: 7
    Last Post: - 29th January 2008, 21:35
  4. multiple lcd's
    By schu4647 in forum mel PIC BASIC Pro
    Replies: 3
    Last Post: - 3rd June 2006, 05:02
  5. how to connect 2 LCDs on a PIC
    By f1fco in forum mel PIC BASIC Pro
    Replies: 8
    Last Post: - 15th April 2004, 17:59

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