Eric: All of the test images we have made, I mentally broke down the
image and converted them to the proper format and typed them in, so
unfortunately I don't have any examples prepared. I can make a
graphical guide on what I am doing if that will help.
John: There are only 2 LEDs per pixel, and they are non-dimmable
currently so the display is 2 bit color (red, green, orange, and
black). It should be possible to expand the color space by seriously
overdriving the clock to move data in super fast and rely on
persistence of vision to dim the available colors by inserting off
states between successive on states to produce a less intense color
that can be mixed, but that is something that will require a bit more
reverse engineering of the hardware. Somewhere there is a time
sensitive component, most likely a capacitor, that needs to discharge
to issue a screen blank pulse, and this is currently limiting our
maximum clock speed.
Chad: How did you arrive at 1.6K? I know we can compress the data a
bit more by combining the arrays, but I get 800B (16*200*(1/4 Byte)).