Sure Electronics new 32x16 bi-color display: 3216 RG
tdg8934
Posts: 126
Here is my contribution for Sure Electronics new display (see attached).
Comments
See this link for more details: http://www.arduino.cc/cgi-bin/yabb2/YaBB.pl?num=1292604415/45
Updated code for the Arduino - with Scrolling (1/9/2011).
Here is the latest Arduino (actually Teensy++ 2.0) code showing the display with a PS2 Keyboard for data entry. My C coding could have been better but I am learning and it works so I'm happy about that. What I need help in is C coding for changing colors per letter, word, etc. as I am getting stuck. Also use of the backspace key would be helpfull. Ultimately, it would be nice to be able to Save the message into the EEPROM.
I've been trying to improve the speed of this display. Here is a version based in HT1632_7.zip which is roughly 50% faster (depending on the "workload" ).
The two main improvements are faster write functions (I just removed a couple of checks..), and updating each color plane only if necessary (as opposed to updating both red and green pixels, if any of them changed).
I'm also preparing another version which is roughly 3x faster, on the worst workloads (i.e. updating each pixel of the screen at each frame). It achieves 50fps in the worst case (with two 3216 displays). I'll post it in a few days...
http://arduino.cc/forum/index.php/topic,50326.0.html
It's a bunch of good work.
Tim