Hi everyone; just to say I managed to get a T68 R3A (0x72) running with an Atmega128 driving it at 400khz.
Two things of note :
+ The colors for the 256 'palette' are not random, they are in fact encoded 3:3:2 on eight bits, exactly as the dump shows:
Quote:
version=200109110;interface=i2c1;
{name=S-4595;type=01;address=72;resolution=65 50;colours=08 03 03 02;offset=1B 00;offset_pd=1B 00;
The 08 (bits) 03 (red) 03 (green) 02 (blue) is the interesting bit here.
+ The pins as described there :
http://sandiding.tripod.com/lcdt68.html are
WRONG. Pin 1 (VCC) is at the left, when looking at the screen from the front.
IF you try it the other way, you risk damaging the LED to the left by putting VCC in it. And that is also a sign : if the LEFT led is much brighter than the right and you can't talk to the screen, unplug and try the other way !
Otherwise, my R3A is S-4595, and I'd love to find a datasheet. The other chipset looks very nice, with hardware scrolling and all that.. Even at 400Khz here the display is clearly on the slow side...
Also, thanks to the few participants for their data, it's been really fun!