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
