Page 1 of 1

T6963C LCD Graphics Controller Chip

Posted: Tue Sep 15, 2015 12:51 pm
by fma
Hi!

Did anyone already write a python module to drive such controller?

Thanks,

Re: T6963C LCD Graphics Controller Chip

Posted: Tue Sep 29, 2015 2:05 pm
by SpotlightKid
I don't have a Python library, but there are several C/C++ libraries for the AVR/Arduino, e.g. this one:

http://en.radzio.dxp.pl/t6963/

or this one:

https://code.google.com/p/arduino-t6963c/

Shouldn't be too difficult to adapt them to MicroPython and the PyBoard/stmhal. T6963c-based displays need many data and control lines, though, so it might be better to use some sort of I/O expander

Re: T6963C LCD Graphics Controller Chip

Posted: Tue Sep 29, 2015 2:31 pm
by fma
Yes, I know these projects; I'm working on the Arduino library, to clean it up. Then I will start to port it to micropython.

The idea is to dedicate a pyboard as a LCD interface, to build some sort of VT100 terminal.