Basic Stamp compatability with the Sparkfun serial backpack
Geekgirl
Posts: 50
Hi Team,
Has anyone had experience using the Sparkfun serial backpack to interface 4X20·LCD displays to·basic stamps, or is it just not compatable?
I'd like to use this bright, high contrast,·display:·http://www.newhavendisplay.com/index.php?main_page=product_info&cPath=2_87&products_id=2037
with some stamp projects.· ... hopefully with minimal code modifications.
Any help will be greatly appreciated.
Darlene
Has anyone had experience using the Sparkfun serial backpack to interface 4X20·LCD displays to·basic stamps, or is it just not compatable?
I'd like to use this bright, high contrast,·display:·http://www.newhavendisplay.com/index.php?main_page=product_info&cPath=2_87&products_id=2037
with some stamp projects.· ... hopefully with minimal code modifications.
Any help will be greatly appreciated.
Darlene
Comments
The one at newhavendisplay is a parallel display, you can find some code to use with a bs2. Or if you want to use the sparkfun backpack: it's compatible.
Here you can look at the Sparkfun serial backpack PDF.file with all the commands and Sparkfun serial backpack codes:
http://www.sparkfun.com/datasheets/LCD/SerLCD_V2_5.PDF
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
At the end, everything will became Electrons...!
Like most black on green displays, it lacks in brightness and contrast, especially for underwater use, even with backlighting on.
I'm working on the PO2 display /·HUD controller for another rebreather project and wanted to try something besides the usual Parallax black on green·4X20.
Darlene
·
It basically a question of using SEROUT to send the correct commands and display data (at the correct baud and serial parameters) to the device. In this case, their backpack "defaults" to 9600 baud, so that's the baud you'd use in your SEROUT. It looks pretty simple to use -- send some binary/hex commands
to put the cursor where you want, etc., then send ASCII text for actual characters.
e.g.
The datasheet discusses these. If you have specific questions after reviewing the sheet, ask the forum....
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
When the going gets weird, the weird turn pro. -- HST
1uffakind.com/robots/povBitMapBuilder.php
1uffakind.com/robots/resistorLadder.php
Post Edited (Zoot) : 4/15/2010 11:59:14 PM GMT
Thanks man, I owe you a beer of your choice.
I'll order·a backpack·and give it a go.
Darlene