how? 2 wire lcd with pbp?


Closed Thread
Results 1 to 24 of 24

Hybrid View

  1. #1
    Join Date
    May 2005
    Posts
    33

    Default how? 2 wire lcd with pbp?

    is it possible to use shiftout with 2 wire lcd configuration? or do we have to shift the datas and strobe the data and clock pins manually

  2. #2
    Join Date
    Sep 2004
    Location
    montreal, canada
    Posts
    6,898


    Did you find this post helpful? Yes | No

    Default

    i'm not sure of your of your actual LCD but more than often they use simple serial communication @2400/4800/9600 bauds. Use Hserout or Serout statement.

    P.S.: for all your future post, please include more details.. part #, web link, provider or any info you have. That help us to give you the right answer.
    Steve

    It's not a bug, it's a random feature.
    There's no problem, only learning opportunities.

  3. #3
    Join Date
    May 2005
    Posts
    33


    Did you find this post helpful? Yes | No

    Default

    thnx for replying mister e. sorry for the lack of information... wat i eamnt was a 2 wire lcd using a using a shift register 74ls174 wic uses a datapin and a clockpin... http://www.rentron.com/Myke1.htm i think predko did it. i've seen melanie showing a same example too but wondering if someone could show me is it possible to use shiftout with this circuit and sending a LCDOUT string.

  4. #4
    Join Date
    May 2004
    Location
    NW France
    Posts
    3,653


    Did you find this post helpful? Yes | No

    Smile

    HI,

    Another solution is using an I2C device like the PCF 8574 ...that allows bus sharing.

    Alain

  5. #5
    Join Date
    Oct 2004
    Location
    Italy
    Posts
    695


    Did you find this post helpful? Yes | No

    Default

    I think the questions are:

    Can I redirect the output of the PicBasic LCDOUT command to my 2-Wire LCD Interface?
    (I am using an LCD module with a Hitachi 44780 controller or equivalent).

    Would I have to write my own LCD routines in order to use my 2-Wire LCD Interface?
    (I am using an LCD module with a Hitachi 44780 controller or equivalent).

    Luciano

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


    Did you find this post helpful? Yes | No

    Default

    I do recall posting this a couple of years back... you will have to use SHIFTOUT or similar commands to drive it.
    Attached Images Attached Images  

Similar Threads

  1. lcd stops after about 5 minutes and gets stuck
    By robertpeach in forum mel PIC BASIC Pro
    Replies: 13
    Last Post: - 15th September 2009, 12:03
  2. one wire
    By karenhornby in forum General
    Replies: 7
    Last Post: - 18th June 2008, 20:24
  3. cant get my Lcd to work using Pic18f452
    By civicgundam in forum General
    Replies: 13
    Last Post: - 7th October 2007, 00:13
  4. encoder wowes
    By wallaby in forum mel PIC BASIC Pro
    Replies: 16
    Last Post: - 6th December 2005, 21:56
  5. 2 decimal display on LCD
    By pt3rg in forum mel PIC BASIC Pro
    Replies: 4
    Last Post: - 7th January 2004, 14:28

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