8bit LCDout vs 4bit LCDout


Closed Thread
Results 1 to 3 of 3
  1. #1
    Join Date
    Feb 2003
    Posts
    432

    Default 8bit LCDout vs 4bit LCDout

    Hi All,

    Would I be correct in assuming the following about running LCDout in 8 bit mode

    1. The only penalty is the use of an extra 4 PIC pins

    2. Each character would be output in half the time as PBP is writing a single byte rather than 2 nibbles.

    Is there anything else to be aware of other than the need to
    DEFINE LCD_BITS 8

    Until now all my LCD work has been done using 4bit mode but I need to allocate a whole port for writing to a crosspoint chip which is parallel rather than serial or I2C. I will be sharing this port with the LCD so it seems logical to use all 8 bits as they are available to me. The Crosspoint and LCD have individual enable lines so shared data isnt a problem. Will probably be using PortD on an 18F4520. Project originally started with a 16F877 but has "grown"

    Am I missing anything obvious ?

    Regards
    Keith

    www.diyha.co.uk
    www.kat5.tv

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


    Did you find this post helpful? Yes | No

    Default

    keithdoxey, No that just about sum's it up. If I have the pins available during the design of a project I always use 8 bit mode as it is twice as fast.

    Dave Purola,
    N8NTA

  3. #3
    Join Date
    Feb 2003
    Posts
    432


    Did you find this post helpful? Yes | No

    Default

    Thanks Dave, the extra speed will be a welcome bonus as this will be one VERY busy PIC
    Keith

    www.diyha.co.uk
    www.kat5.tv

Similar Threads

  1. Timer + rc5
    By naga in forum mel PIC BASIC Pro
    Replies: 8
    Last Post: - 19th November 2009, 07:56
  2. need help in coding..
    By daphne8888 in forum mel PIC BASIC
    Replies: 1
    Last Post: - 19th March 2008, 07:31
  3. Help GPS read with serin
    By leinske in forum mel PIC BASIC Pro
    Replies: 7
    Last Post: - 5th September 2007, 02:33
  4. Crystalfontz LCD
    By jman12 in forum mel PIC BASIC Pro
    Replies: 9
    Last Post: - 9th February 2007, 15:04
  5. having problems with Hantronix 20x4 lcd
    By Rhatidbwoy in forum mel PIC BASIC Pro
    Replies: 16
    Last Post: - 22nd December 2005, 12:22

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