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
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
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.
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.
HI,
Another solution is using an I2C device like the PCF 8574 ...that allows bus sharing.
Alain
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
I do recall posting this a couple of years back... you will have to use SHIFTOUT or similar commands to drive it.
Bookmarks