Cool Display from HP
![TimC](https://forums.parallax.com/uploads/userpics/099/nBUL9M92IT9F3.jpg)
Hi,
I have been playing around with these dot matrix displays from HP. They have lots of flexibility and look great. Most of the time they are expensive but occasionally they show up on Ebay cheep. I got this one, SPI interface, from an auction that is still going on (search: HCMS-2911)
I have included all the code to get this pup to display your keystrokes.
Regards
Tim
I have been playing around with these dot matrix displays from HP. They have lots of flexibility and look great. Most of the time they are expensive but occasionally they show up on Ebay cheep. I got this one, SPI interface, from an auction that is still going on (search: HCMS-2911)
I have included all the code to get this pup to display your keystrokes.
Regards
Tim
BS2
![](/plugins/FileUpload/images/file.png)
8K
Comments
·· This is a nice display and I have purchased many items from the guy selling these on eBay now.· But I need to move this thread to the Sandbox Forum since it's off topic here.· For those interested though:
http://stores.ebay.com/Experimenters-Discount-Warehouse
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Chris Savage
Parallax Tech Support
csavage@parallax.com
One thing to add is that you do not get a character ROM inside these chips. So you need to add a fair amount of code just to display a single character.
The advantage is that you can make your own character set.
The attached code above adds all the common characters in a 5x7 matrix just like what's inside most LCD's
Regards
Tim
Could you U/L a schematic to go with it?
Here are the connections to the display:
DISPLAY PIN - PARALLAX PIN (CONTROL FUNCTION)
Pin3 - +5
Pin7 - Gnd
Pin10 - +5
Pin14 - P1 (Data IN)
Pin15 - P6 (RS)
Pin17 - P2 (Clock)
Pin18 - P5 (CE)
Pin19 - P8 (Blank control)
Pin20 - Gnd
Pin21 - +5
Pin22 - +5
Pin24 - P7 (Reset)
Get the Data Sheet you will need it:
www-mtl.mit.edu/Courses/6.111/labkit/datasheets/HCMS-2973.pdf
Regards
Tim
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Chris Savage
Parallax Tech Support
csavage@parallax.com
-Matt
Parallax stopped making them years ago
-Matt
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Jon Williams
Applications Engineer, Parallax
I checked for the version of display that includes the character ROM but the only one I could find was the HDSP-21xx series???. They have a different interface and use a LOT more pins and more $$
These would make great displays if they were SPI and have a char ROM.
Both versions have a lot of flexibility in power consumption and are fully stackable.
Regards
Tim
And yes, Dakro is a good source of electronics on eBay. He had some VFD's real cheap. I put some Scott Edwards backpacks ·on them and they are every bit as good as the more expensive Matrix VFD's.
Kenny
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
--
Kenny Gardner
GAP Development Company
http://www.gapdev.com/
·
The Propeller comes with a Character ROM...
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Don't visit my new website...
The Propeller uses a 16x32 matrix, the HP display uses a 5x7 matrix, so each ROM map is very different. In addition the entire HP display is a 320bit shift register so the loading of each character is a different process with each character code.
All the code needed to make the HP Display work IS INCLUDED below the JPG at the top of the thread.
What I meant to say before was, without all the pre-written DATA statements anyone who wants to write their own display program has a lot of work to do designing each character.
Regards
Tim
· Works for me.
· Thanks again, TimC.
· (Pic attached -- Through the Aiptek Darkly.· Sorry.)
· Post Edit -- better pictures, through better lighting, some Katakanas.
Post Edited (PJ Allen) : 7/11/2006 10:47:42 PM GMT