Sign in

username:

password:



Not a member?

Search m68hc11



Search tips

Subscribe to m68hc11



m68hc11 by Keywords

27c256 | 4K81H | 68HC11A1 | 68HC11P1 | 68hc24 | 68HC711E9 | 68HC811 | 8255 | A2D | ADC | ADC12138 | Am85C30 | BRCLR | Buffalo | CMOS | EEPROM | EPROM | Ethernet | EVB | EVBU | HC11E1 | HC11E9 | HC711E9 | Horray | ImageCraft | IRQ | Keypad | LCD | MC68HC11D0FN | MC68HC11E1CFU3 | MC68HC11F1 | MC68HC711E9 | MC68HC711E9CFN2 | Microcore11 | Microstamp11 | Minikit | NVRAM | PSD | PSD8xx | PSD9xx | PT1000 | RS232 | RTS | RXD | SPI | SRAM | TXD | Watchdogs | XIRQ


Ads

Discussion Groups

See Also

DSPFPGAElectronics

Discussion Groups | | Using parallel LCD with Microstamp11 (68HC11D0)


Advertise Here

Using parallel LCD with Microstamp11 (68HC11D0) - gucci_owns_me - Nov 24 23:31:00 2003

I am rather new to the 68HC11 and microcontrollers in general so I
am confused about connecting a parallel LCD with the Microstamp11
from Technological Arts. This version seems to have pins 0-7 for
PortA and pins 0-5 for PortD only. No PortB or PortC. I believe I
need to have all 8 Databus pins on the LCD connected to output
ports, correct? However PA0, PA1,PA2 are input only pins, leaving me
with only 5 PortA pins as output. And I need to use PD0-PD2 for E,
RS, and R/W signals. Now is there some way I can still use this
LCD? Link to the LCD data sheet can be found here:
http://www.jameco.com/Jameco/Products/ProdDS/171715.pdf



______________________________
Stellaris® MCU Family: New Parts, New Package, New Price.


(You need to be a member of m68hc11 -- send a blank email to m68hc11-subscribe@yahoogroups.com )


Re: Using parallel LCD with Microstamp11 (68HC11D0) - Tony Papadimitriou - Nov 25 11:27:00 2003

You don't necessarily need 8 bits for the LCD bus. You can use the LCD in 4-bit
mode but you'll have to drive it 'manually'. You will still need the E and RS
pins. I think the R/W can be hardwired in Write-always-mode and using
appropriate delays you can make it work.

So, do you have 4 I/O and 2 O pins available?
----- Original Message -----
From: "gucci_owns_me" <>
To: < > I am rather new to the 68HC11 and microcontrollers in general so I
> am confused about connecting a parallel LCD with the Microstamp11
> from Technological Arts. This version seems to have pins 0-7 for
> PortA and pins 0-5 for PortD only. No PortB or PortC. I believe I
> need to have all 8 Databus pins on the LCD connected to output
> ports, correct? However PA0, PA1,PA2 are input only pins, leaving me
> with only 5 PortA pins as output. And I need to use PD0-PD2 for E,
> RS, and R/W signals. Now is there some way I can still use this
> LCD? Link to the LCD data sheet can be found here:
> http://www.jameco.com/Jameco/Products/ProdDS/171715.pdf





(You need to be a member of m68hc11 -- send a blank email to m68hc11-subscribe@yahoogroups.com )

Re: Using parallel LCD with Microstamp11 (68HC11D0) - gucci_owns_me - Nov 25 13:02:00 2003

I should have enough pins now. I figured out that I can use 4-bit
mode, as you mentioned, and then I can send the command bytes as
high and low nibbles. I haven't tested this yet, but it should be
able to work. Thanks.
--- In , "Tony Papadimitriou" <tonyp@a...>
wrote:
> You don't necessarily need 8 bits for the LCD bus. You can use
the LCD in 4-bit
> mode but you'll have to drive it 'manually'. You will still need
the E and RS
> pins. I think the R/W can be hardwired in Write-always-mode and
using
> appropriate delays you can make it work.
>
> So, do you have 4 I/O and 2 O pins available?
>
> tonyp@a...
>
> ----- Original Message -----
> From: "gucci_owns_me" <gucci_owns_me@y...>
> To: < > > I am rather new to the 68HC11 and microcontrollers in general so
I
> > am confused about connecting a parallel LCD with the Microstamp11
> > from Technological Arts. This version seems to have pins 0-7 for
> > PortA and pins 0-5 for PortD only. No PortB or PortC. I
believe I
> > need to have all 8 Databus pins on the LCD connected to output
> > ports, correct? However PA0, PA1,PA2 are input only pins,
leaving me
> > with only 5 PortA pins as output. And I need to use PD0-PD2 for
E,
> > RS, and R/W signals. Now is there some way I can still use this
> > LCD? Link to the LCD data sheet can be found here:
> > http://www.jameco.com/Jameco/Products/ProdDS/171715.pdf




(You need to be a member of m68hc11 -- send a blank email to m68hc11-subscribe@yahoogroups.com )

Re: Using parallel LCD with Microstamp11 (68HC11D0) - Eileen - Nov 25 23:26:00 2003

Here's some good lcd sites.

code for lcd:
http://e-www.motorola.com/files/microcontrollers/doc/app_note/AN1774.pdf

how lcd works:
http://www.myke.com/lcd.htm
http://home.iae.nl/users/pouweha/lcd/lcd.shtml




(You need to be a member of m68hc11 -- send a blank email to m68hc11-subscribe@yahoogroups.com )