Basic Stamp 2 with TLC5940NT
Ive been messing with the basic stamp 2 since last christmas. Compleating Whats A Microcontroller ? Now I been Wonderind how i would hook up a 8x8 matrix display using a TLC5940NT so i can use buttons to control which charicter comes up. Basicly im asking how do i hook up a TLC5940NT to a Basic Stamp 2 Microcontroller. PS: i have the pinout not the data sheet.
Comments
The main connection between the TLC5940NT and a Stamp would be the SIN / SOUT / SCLK clocked serial connection. These would be connected to I/O pins and you'd use the SHIFTIN and SHIFTOUT statements to send and receive data to and from the TLC5940NT. There are some other mode setting pins like DCPRG, VPRG, and XLAT that you'd also connect to I/O pins and use HIGH and LOW to control them. VPRG would require some external circuitry to allow you to provide Vprg for programming the EEPROM