Yahoo Groups archive

AVR-Chat

Index last updated: 2026-04-28 22:41 UTC

Thread

Re: LCD & Keypad selection

Re: LCD & Keypad selection

2004-11-27 by brewski922

www.digikey.com 
carries a 4x4 matrix keypad like you are asking for it is a 
www.grayhill.com 
4x4 matrix P/N 88BB2 
5x4 matrix P/N 88JB2

View it at
http://embrace.grayhill.com/embrace/IMAGES/PDF/D-28-32.pdf

Ordering info
http://embrace.grayhill.com/embrace/IMAGES/PDF/D-28-32.pdf
As you can see they have 4x4 and 5x4 matrix keypads without legend. 
Legends ordering info are on this page also.

The legends I ordered were black character rub-ons and clear plastic 
film that went over each finished key.

Mike




--- In AVR-Chat@yahoogroups.com, "Chuck Hackett" <egroupscdh@W...> 
wrote:
> I'm looking for an LCD and keypad to use on some personal projects.
> 
> I'd like them to have a simple, low pin count, interface (probably 
serial?).
> 
> As a minimum, the LCD should have at least two lines ~20 char.  
Ones with larger
> character capacities and/or graphics would also be applicable.
> 
> As to keypad, I'm thinking of something with numeric pad plus some 
other (A, B,
> C, D) keys (4x4?).  One with replaceable keycaps would be nice.
> 
> I've scanned the Digi-Key catalog but I come away confused as most 
appear to
> need a separate controller to complete the package.
> 
> Cheers,
> 
> Chuck Hackett
> "Good judgment comes from experience, experience comes from bad 
judgment"
> 7.5" gauge Union Pacific Northern (4-8-4) 844
> http://www.whitetrout.net/Chuck

LCD & Keypad selection

2004-11-27 by Chuck Hackett

I'm looking for an LCD and keypad to use on some personal projects.

I'd like them to have a simple, low pin count, interface (probably serial?).

As a minimum, the LCD should have at least two lines ~20 char.  Ones with larger
character capacities and/or graphics would also be applicable.

As to keypad, I'm thinking of something with numeric pad plus some other (A, B,
C, D) keys (4x4?).  One with replaceable keycaps would be nice.

I've scanned the Digi-Key catalog but I come away confused as most appear to
need a separate controller to complete the package.

Cheers,

Chuck Hackett
"Good judgment comes from experience, experience comes from bad judgment"
7.5" gauge Union Pacific Northern (4-8-4) 844
http://www.whitetrout.net/Chuck

Re: LCD & Keypad selection

2004-11-27 by Don Kinzer

--- In AVR-Chat@yahoogroups.com, "Chuck Hackett" <egroupscdh@W...> 
wrote:
> I'm looking for an LCD and keypad to use on some personal projects.
> I'd like them to have a simple, low pin count, interface (probably
> serial?).

I've purchased several LCDs from Electronic Goldmine:
http://www.goldmine-elec.com/default.htm

You can find them at All Electronics and Hosfelt Electronics from 
time to time:
http://www.goldmine-elec.com/default.htm
http://www.hosfelt.com

The sources above sometimes have the matrix keyboards like you 
mentioned.

If you're looking for a larger serial display (8x24), I have some 
extras available:
http://www.kinzers.com/don/LCD_Panel

Re: LCD & Keypad selection

2004-11-27 by Don Blake

--- In AVR-Chat@yahoogroups.com, Eric <erichards@c...> wrote:
> most LCD displays will do a four bit mode as well as 8 bit, But I
think on a four bit mode you loose a
> function, not been able to make your own character.

No, you can still write to the character generator RAM and generate
your own characters in 4-bit mode.

Don

Re: [AVR-Chat] LCD & Keypad selection

2004-11-27 by Eric

most LCD displays will do a four bit mode as well as 8 bit, But I think on a four bit mode you loose a
function, not been able to make your own character.

so that gets it down to 7,
D1 to D4, !enable, R/!W, and register select.
Show quoted textHide quoted text
----- Original Message -----
From: "Chuck Hackett" <egroupscdh@WhiteTrout.net>
To: <AVR-Chat@yahoogroups.com>
Sent: Sunday, November 28, 2004 3:31 AM
Subject: [AVR-Chat] LCD & Keypad selection



I'm looking for an LCD and keypad to use on some personal projects.

I'd like them to have a simple, low pin count, interface (probably serial?).

As a minimum, the LCD should have at least two lines ~20 char.  Ones with larger
character capacities and/or graphics would also be applicable.

As to keypad, I'm thinking of something with numeric pad plus some other (A, B,
C, D) keys (4x4?).  One with replaceable keycaps would be nice.

I've scanned the Digi-Key catalog but I come away confused as most appear to
need a separate controller to complete the package.

Cheers,

Chuck Hackett
"Good judgment comes from experience, experience comes from bad judgment"
7.5" gauge Union Pacific Northern (4-8-4) 844
http://www.whitetrout.net/Chuck






Yahoo! Groups Links









---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.802 / Virus Database: 545 - Release Date: 26-Nov-04

Re: LCD & Keypad selection

2004-11-27 by alan_probandt

The cheapest 'keypad' is also the most elaborate.  The standard PS-2 
keyboard. They all have internal microprocessors that use (now days) 
about 5-10 milliAmps.  The 4-wire interface is standard (+5, Gnd, 
data, clock) and there are programs in C (check Atmel's application 
notes for the AVR) and Assembler (in this group's file listings) 
written for AVR ready to adapt to the application.  You can get 
MiniDIN6 connectors from old obsolete motherboards.

RE: [AVR-Chat] LCD & Keypad selection

2004-11-27 by Alex Shepherd

> I'd like them to have a simple, low pin count, interface 
> (probably serial?).

There is a way to interface the normal parallel interface LCD using a serial
shift register explained here: http://www.myke.com/lcd.htm

Hope it helps

Alex

Re: [AVR-Chat] LCD & Keypad selection

2004-11-28 by James Russo

Chuck,

    They are not cheap, but check out matrixorbital. They have a wide 
assortment of text/graphic serial controlled LCD/VFD screens with many 
including a keypad connection (row/column). It would use two lines (one 
uart) on a atmel. You TX to the LCD to control what it displays and RX 
the keyup/keydown sequences. They have a fairly rich command set 
including turn backlight on/off, some can adjust brightness, general 
purpose output (for peizo), etc.

Check them out at:

http://www.matrixorbital.com

-James

Chuck Hackett wrote:
Show quoted textHide quoted text
> I'm looking for an LCD and keypad to use on some personal projects.
>
> I'd like them to have a simple, low pin count, interface (probably 
> serial?).
>
> As a minimum, the LCD should have at least two lines ~20 char.  Ones 
> with larger
> character capacities and/or graphics would also be applicable.
>
> As to keypad, I'm thinking of something with numeric pad plus some 
> other (A, B,
> C, D) keys (4x4?).  One with replaceable keycaps would be nice.
>
> I've scanned the Digi-Key catalog but I come away confused as most 
> appear to
> need a separate controller to complete the package.
>
> Cheers,
>
> Chuck Hackett
> "Good judgment comes from experience, experience comes from bad judgment"
> 7.5" gauge Union Pacific Northern (4-8-4) 844
> http://www.whitetrout.net/Chuck
>
>
>
> *Yahoo! Groups Sponsor*
> ADVERTISEMENT
> click here 
> <http://us.ard.yahoo.com/SIG=129bqhtte/M=298184.5639630.6699735.3001176/D=groups/S=1706554205:HM/EXP=1101652299/A=2434971/R=0/SIG=11eeoolb0/*http://www.netflix.com/Default?mqso=60185400> 
>
>
>
> ------------------------------------------------------------------------
> *Yahoo! Groups Links*
>
>     * To visit your group on the web, go to:
>       http://groups.yahoo.com/group/AVR-Chat/
>        
>     * To unsubscribe from this group, send an email to:
>       AVR-Chat-unsubscribe@yahoogroups.com
>       <mailto:AVR-Chat-unsubscribe@yahoogroups.com?subject=Unsubscribe>
>        
>     * Your use of Yahoo! Groups is subject to the Yahoo! Terms of
>       Service <http://docs.yahoo.com/info/terms/>.
>
>

RE: [AVR-Chat] LCD & Keypad selection

2004-11-29 by Chuck Hackett

Thanks to all who responded to my LCD/Keypad question.  I now have the LCD
picked and am narrowing in on a keyboard.

Cheers,

Chuck Hackett
"Good judgment comes from experience, experience comes from bad judgment"
7.5" gauge Union Pacific Northern (4-8-4) 844
http://www.whitetrout.net/Chuck

HD44780 4-bit mode (was Re: LCD & Keypad selection)

2004-11-29 by Graham Davies

--- In AVR-Chat@yahoogroups.com, Eric <erichards@c...> wrote:

> most LCD displays will do a
> four bit mode as well as 8 bit

That's because most LCD modules use the HD44780 controller.

> But I think on a four bit mode
> you loose a function, not been
> able to make your own character.

No, that's not true. You don't lose anything. Not even speed as you 
still have to wait for the controller to catch up with the MCU.

> so that gets it down to 7, D1 to
> D4, !enable, R/!W, and register select.

Yes, that's right.

Graham.

Re: [AVR-Chat] HD44780 4-bit mode (was Re: LCD & Keypad selection)

2004-11-29 by william severino

The one gotcha with 4-bit mode is that you need to send the high nibble then the low nibble. Other than that its pretty straight forward!

Graham Davies wrote:

--- In AVR-Chat@yahoogroups.com, Eric wrote:

> most LCD displays will do a
> four bit mode as well as 8 bit

That's because most LCD modules use the HD44780 controller.

> But I think on a four bit mode
> you loose a function, not been
> able to make your own character.

No, that's not true. You don't lose anything. Not even speed as you
still have to wait for the controller to catch up with the MCU.

> so that gets it down to 7, D1 to
> D4, !enable, R/!W, and register select.

Yes, that's right.

Graham.





Do you Yahoo!?
The all-new My Yahoo! � Get yours free!

Move to quarantaine

This moves the raw source file on disk only. The archive index is not changed automatically, so you still need to run a manual refresh afterward.