Last week I bought a LCD-Display at the pollin store (named ALPS LSU7S1011A), really cheap (4,95eur) and additionally a connection board at the same store (2,95eur).
The display was ok, but I had was a little surprised that the 'parallel connector' doesn't mean that the data transfer to the display was made in parallel mode. They choosed serial transfer mode and used the free parallel port pins to control the display - therefore no available linux driver worked. Therefore I changed the existent sed1520 driver (part of lcdproc, see http://lcdproc.omnipotent.net/external link) to support my lcd-module and after a while looking through the manuals it is done now. So check out the following sources if you like to use the same controller

After all, I must say, that connecting the display in serial_over_parallel mode works, but uses lots of cpu - the parallel port is working 16times more than usually. So maybe its better to use a different connection schema...

Created by: rene last modification: Wednesday 02 of August, 2006 [18:34:34 UTC] by admin

The original document is available at http://www.absorb.it/tiki-index.php?page=sed1530driver