Has anyone Used the ST2225A chip with the SX?
I recently purchased one of these LED display units for $1.00
http://www.allelectronics.com/cgi-bin/item/DSY-1/345/MULTIFUNCTION_LED_DISPLAY_MODULE_.html
I see that David Cook at Robot Room has used them with a Atmel AVR ATtiny
http://www.robotroom.com/MultiSegmentLEDDisplay.html
From looking at the data sheets for the ST2225 that is used
http://www.siti.com.tw/product/spec/LED/ST2225A.pdf
I see that I need to use a clock signal and send 36 bits at a time.
I would like to experiment with using this display with the SX,
could any one share a little sorce code in SXB that would work
with this unit?
Thanks
Mark
http://www.allelectronics.com/cgi-bin/item/DSY-1/345/MULTIFUNCTION_LED_DISPLAY_MODULE_.html
I see that David Cook at Robot Room has used them with a Atmel AVR ATtiny
http://www.robotroom.com/MultiSegmentLEDDisplay.html
From looking at the data sheets for the ST2225 that is used
http://www.siti.com.tw/product/spec/LED/ST2225A.pdf
I see that I need to use a clock signal and send 36 bits at a time.
I would like to experiment with using this display with the SX,
could any one share a little sorce code in SXB that would work
with this unit?
Thanks
Mark
Comments
I went through the same struggles in learning how to interface to an SPI LED type chip. You will need to spend some time reading and re-reading through the ST2225A datasheet and see how it compares.
Here is a link to the work I did on the AD-501-B board (w/ LC7932M chips) for the SX-28. There is also a link within that link for original work done on a BS2 chip by Parallax.
http://forums.parallax.com/showthread.php?p=658966
·
Were you able to pick one of those up?
They seem like a really good deal. I can get mine to light up using shiftout but I can't seem to get any legible char.'s
Mark
Indeed, according to Mr. Cook's article, the display has the driver, but does not multiplex; the host is responsible for that:
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
When the going gets weird, the weird turn pro. -- HST
1uffakind.com/robots/povBitMapBuilder.php
1uffakind.com/robots/resistorLadder.php
This looks promising:
http://www.serialwombat.com/sdk/pin_mode_phoneled.htm
I know it is an example using something called a "wombat" but maybe the source code included on the page would be a good place to start reverse engineering code for the SX?
Vern
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔