In SX Microcontrollers, SX/B Compiler and SX-Key Tool, tdg8934 wrote: Well, I figured out what the problem was..Kind of embarrasing too but... On the PDB, I had the 4028 Vcc pins connected to GND and the 4028 GND pins connected to Vcc. (also had 1 7404 inverter wrong too). All those wires... When I fixed this messages starting going across with inverse lettering (cool all the same). In the SX/B code I changed 1 line of code to get it to work correctly with LOW rows and HIGH columns. I changed this: RC = Display( RA ) 'LOAD NEW ROW DATA TO RC to this (begining of the SX/B code)... RC = [b]NOT[/b] Display( RA ) 'LOAD NEW ROW DATA TO RC Now I get it to work beautifully. What I will do next is modify the code (and add another 4028) to add another 5 columns of LEDs (20 x 7 display) and the original Robolympic uses 15 x 7. Thanks Jon!! ---------- End of Message ---------- You can view the post on-line at: http://forums.parallax.com/forums/default.aspx?f=7&p=1&m=97747#m97869 Need assistance? Send an email to the Forum Administrator at forumadmin@parallax.com The Parallax Forums are powered by dotNetBB Forums, copyright 2002-2005 (http://www.dotNetBB.com)