Re: Raspberry Pi as an inexpensive embedded LCDproc server
paul_c <[email protected]> Sat, 18 Aug 2012 10:35:37 +0100
| Newsgroups | gmane.comp.sysutils.lcdproc |
|---|---|
| Message-ID | <[email protected]> |
Hi Ethan On Saturday 18 August 2012, Ethan Dicks wrote: > If nobody beats me to it, I will be happy to try to get LCDd to > compile on the Raspberry Pi once mine arrives. There would need to > be some driver mods to use R-Pi GPIO rather than a PC parallel port, > but I can't imagine that would take any great effort especially > building from the Adafruit tutorial. Somebody will be beating you to it ;-) Looks like: http://www.raspberrypi.org/phpBB3/viewtopic.php?f=35&t=13770&p=152308#p152308 If that doesn't deliver, I already have all the parts in place to do a driver myself. Looks pretty easy to extend the existing HD44780 driver, and thanks to some sloppy checks for iopl() (I thought that was only available on x86), it [the HD44780 driver] already compiles on a Raspberry Pi. Regards, Paul.