In SX Microcontrollers, SX/B Compiler and SX-Key Tool, tdg8934 wrote: Thanks for the good input! I have started wiring the LED matrix for 16x16 (although there is room to change it to 16 rows x 24 columns-maybe later for that) as I thought this might be easiest to work with. I saw the WDATA statement in the example code for SX/B and was wondering about the set of 1111 digits too JonnyMac. I thought it should be like this: Col_Mask: WDATA %00000001_00000001 WDATA %00000010_00000010 WDATA %00000100_00000100 WDATA %00001000_00001000 WDATA %00010000_00010000 WDATA %00100000_00100000 WDATA %01000000_01000000 WDATA %10000000_10000000 ---------- End of Message ---------- You can view the post on-line at: http://forums.parallax.com/forums/default.aspx?f=7&p=1&m=176818#m177219 Need assistance? Send an email to the Forum Administrator at forumadmin@parallax.com The Parallax Forums are powered by dotNetBB Forums, copyright 2002-2007 (http://www.dotNetBB.com)