In the Mpy3 package there is a small module just for the crystal fontz lcds(pyCFontz.py). This may give you some clues on how to do their raw LCD protocol but I am not sure if you want to program all the different types or just a few of the popular ones. I know there is at least a different protocol for a serial convertor common sold on mpja.com and also a parallel protocol and matrix orbital's high end lcd's have their own protocol. This is one of the advatages of using LCDproc.
Mike Ruelle [EMAIL PROTECTED] On Fri, 2003-03-14 at 11:12, Starkeeper wrote: > I know LCProc and I think it is to big for such a small job. There are many > modules, with small design for every LCD wich provide access via a > device-file. This seems to be very simple and resource saving. > > -----Ursprungliche Nachricht----- > Von: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] Auftrag von Thomas > Schueppel > Gesendet: Freitag, 14. Marz 2003 14:38 > An: [EMAIL PROTECTED] > Betreff: Re: [Freevo-devel] Python Question > > > On Fri, 14 Mar 2003, Starkeeper wrote: > > > I try to write a small LCD-script for freevo, but I have no experience in > > programming Python. I did not find anything about device-files on > python.org > > so I ask here. > > How can I print out some text to a device-file with Python? > > For reading or writing just open and handle it like a normal > file. For ioctls there is a special module. > I would suggest to use LCDProc for accessing the LCD. It supports > a large no. of LCDs and has a quite easy TCP interface. > > (see lcdproc.sf.net) > > l8r... > Thomas > > > > ------------------------------------------------------- > This SF.net email is sponsored by:Crypto Challenge is now open! > Get cracking and register here for some mind boggling fun and > the chance of winning an Apple iPod: > http://ads.sourceforge.net/cgi-bin/redirect.pl?thaw0031en > _______________________________________________ > Freevo-devel mailing list > [EMAIL PROTECTED] > https://lists.sourceforge.net/lists/listinfo/freevo-devel > > > > > > ------------------------------------------------------- > This SF.net email is sponsored by:Crypto Challenge is now open! > Get cracking and register here for some mind boggling fun and > the chance of winning an Apple iPod: > http://ads.sourceforge.net/cgi-bin/redirect.pl?thaw0031en > _______________________________________________ > Freevo-devel mailing list > [EMAIL PROTECTED] > https://lists.sourceforge.net/lists/listinfo/freevo-devel ------------------------------------------------------- This SF.net email is sponsored by:Crypto Challenge is now open! Get cracking and register here for some mind boggling fun and the chance of winning an Apple iPod: http://ads.sourceforge.net/cgi-bin/redirect.pl?thaw0031en _______________________________________________ Freevo-devel mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/freevo-devel
