SED1520 lcd how?
Jos
Posts: 4
Hello,
·
I have bought a DIP122-5NLED lcd display with two SED1520 controllers, the company told me it is HD44780 compatible. (specs at: www.lcd.elementy.pl/lcd/pdf/dip122-5.pdf )
But no I have the LCD, i think its not HD44780 compatible. There is nothing in the datasheets about HD44780 compatibility?
·
My question is, is there someone who has a pinout for a Basic and/or Javelin stamp.
I’m also looking for sample code to get this LCD working.
I prefer Javelin stamp examples, but examples in basic are of course also welcome.
·
Thanks.
·
Jos
·
I have bought a DIP122-5NLED lcd display with two SED1520 controllers, the company told me it is HD44780 compatible. (specs at: www.lcd.elementy.pl/lcd/pdf/dip122-5.pdf )
But no I have the LCD, i think its not HD44780 compatible. There is nothing in the datasheets about HD44780 compatibility?
·
My question is, is there someone who has a pinout for a Basic and/or Javelin stamp.
I’m also looking for sample code to get this LCD working.
I prefer Javelin stamp examples, but examples in basic are of course also welcome.
·
Thanks.
·
Jos
Comments
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Meh. Nothing here, move along.
Half the doc. is in English, most of the German part is a reference to the SD1520 User manual.
The sed User manual: http://www.hantronix.com/downhttp://forums.parallaxinc.com/sed1520.pdf
Post Edited (Jos) : 2/10/2006 12:48:19 PM GMT
I think my code may be adaptable but I don't have it with me right now (it also contains my pinouts). I will look into this more later today (or this weekend) when I get home.
-Jon
BTW Translators don't work.
Rafael
Since the Manual is in English though, I don't see too many Problems...
http://forums.parallax.com/forums/default.aspx?f=21&m=108864
This person made a project that uses a 44870 and they include hookup descriptions, and code. (just use the code you need to get the display to work)
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Meh. Nothing here, move along.
But without success [noparse]:([/noparse]
· I'd U/L the PDF, but this way takes up less room on the Forum.
· I think that it has much in common with the 44780.·Looks like·one difference is that isn't 4-bit/8-bit selectable (only 8-bit.)
Keep in mind that this code was a quick test, I recovered the LCD from an old printer and I just wanted to see if i could interface with it. I may try and work on fixing the code to match the SED1520 but I'm not sure when I will have time...
I found some sed1520 code, I translated it to Java to run on the Javelinstamp.
But without results [noparse]:([/noparse] I just want one pixel to light up! At that point I can handle the rest.