From: Andreas T. <an...@ba...> - 2012-02-13 11:32:50
|
Hi, attached is a new driver for the so called TeakLCM display. This is a 2x20 HD44780 compatible display connected to a display controller which implements a serial text-ish protocol for the computer connection. This interface is at least used in embedded devices from ARinfotek which are resold under a loter of brands and do make nice 19" home routers. More info is at http://www.arinfotek.com/product.php?gid=&pid=52 The driver only implements the output portion for now. The TeakLCM protocol also supports reading button events and the fsm_handle_datacmd() function is prepared to handle this in the CMD_WRITE case. We were unsure however how to implement the button handling on the lcd4linux side which means it's basically a NOOP. I'd appreciate if anyone with a better understanding of the input handling could help there. cheers, andreas diffstat lcd4linux-drv_TeakLCM.patch Makefile.am | 1 drivers.m4 | 14 drv.c | 4 drv_TeakLCM.c | 1024 ++++++++++++++++++++++++++++++++++++++++++++++++++ lcd4linux.conf.sample | 11 5 files changed, 1053 insertions(+), 1 deletion(-) |