Hi, I wish to have a grid or visual array, representing the state of each bit for 8 data bytes.
So a grid of 64 small squares, when each data bit is True, change the colour of the respective small square.
What is the best way to represent each little square?
Lots of little text boxes and just change the background colour ?
Any better ideas. J.