In SX Microcontrollers, SX/B Compiler and SX-Key Tool, tdg8934 wrote: I really beleive that this can not be easily solved unless an array can be used greater than 16. I am becoming clueless of what else to try. I have moved the RA lines over to RB and have the following Interupt code: ' --------------------------- INTERRUPT ' --------------------------- ISR_Start: RC = 0 'CLEAR DISPLAY OUT TO PREVENT GHOSTING ' Inc RA 'INCREMENT COLUM ADDRESS (RA I/O PINS) Inc RB ' RC = NOT Display( RA ) 'LOAD NEW ROW DATA TO RC RC = NOT Display( RB ) IF RB > 15 then RB = 0 EndIf ISR_Exit: RETURNINT 63 SEE ATTACHED MODIFICATION FILE... ---------- End of Message ---------- You can view the post on-line at: http://forums.parallax.com/forums/default.aspx?f=7&p=1&m=97747#m97938 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)