11-18-2005 12:07 PM
11-18-2005 01:08 PM
You cannot! An array is composed of all identical elements.
There are a few alternatives, for example you could create a cluster of a string and an LED and place it into an array container. Now you can set the text at will by writing to the string of the desired element.
11-18-2005 01:11 PM
Yeah, that's what I did, but it is a major pain-in-the-$%^ 🙂 It seems pretty obvious that the labels should be different because arrays are never absolutely identical, as they often represent different things. Certainly, it is reasonble to expect arrays of LEDs to have different labels. Thanks for the confirmation, though!
Jason
11-18-2005 01:28 PM
11-18-2005 02:54 PM
Yeah, I guess I can see how that might take a lot of memory to do. It does appear strange, though, when using it. Thanks for the example - I believe that is very similar to what I did - an array of clusters, each cluster containing a LED and string indicator. Attached is 1/2 of the files I use for conversion.
Jason
11-18-2005 03:17 PM