From: <st...@mo...> - 2006-10-29 23:41:11
|
I'm just working on a little USB-LCD. Because of "If it's a /real/ USB display, you want to use libusb, which makes things a bit more complex. Please drop us an email <mailto:lcd...@li...> in this case..." I wrote to you... I'll start writing a new driver in the next days. Hardware is already working. Is there something special what i need to look after? Please tell me. I'm using libusb. The drv_USBHUB.c looks nice to be modified for my device. Thats the file i'll start working on. About my LCD: It's a HD44780 (2x16) behind a microcontroller. It's like the USB2LCD, but with a cheaper IC, and only 20pins :-) From it's 2kb memory there are already 2040 bytes in use, so it will be complicated to support larger lcd's with 2 controllers. But we'll see... ;-) Stefan Mönch |