https://github.com/tompreston/pifacecad-lcdproc
LCDproc patch for PiFace Control and Display support.
https://github.com/tompreston/pifacecad-lcdproc
Last synced: 3 months ago
JSON representation
LCDproc patch for PiFace Control and Display support.
- Host: GitHub
- URL: https://github.com/tompreston/pifacecad-lcdproc
- Owner: tompreston
- Created: 2013-12-02T11:57:30.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2014-02-11T11:26:05.000Z (over 11 years ago)
- Last Synced: 2025-01-13T15:15:41.993Z (4 months ago)
- Language: C
- Size: 199 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
LCDproc driver for PiFace Control and Display
=============================================
11/02/2014 - The patch has been merged into the LCDproc dev branch. There
have been changes made to the way inputs work by [Markus Dolze](http://lists.omnipotent.net/pipermail/lcdproc/2014-February/014217.html), before the merge.
The code in this repository does not reflect these changes.Install
-------
First, enable SPI:$ sudo raspi-config
Navigate to `Advanced Options`, `SPI` and select `yes`. Reboot.
Download the latest version of LCDproc from [here](http://lcdproc.cvs.sourceforge.net/)
(click `Download GNU tarball`).Build:
$ tar xvf lcdproc.tar.gz
$ cd lcdproc/lcdproc
$ sh ./autogen.sh
$ ./configure --enable-drivers=hd44780
$ makeDownload the config:
$ curl https://raw2.github.com/tompreston/pifacecad-lcdproc/master/lcdproc/LCDd.conf > LCDd.conf
Run the server as root in one terminal session (ssh/tmux/background):
$ sudo server/LCDd -c LCDd.conf
Run the client in another terminal session to test:
$ clients/lcdproc/lcdproc -f C M T
XBMC
====
Once the server is running you can use the [LCDproc XBMC addon](http://wiki.xbmc.org/index.php?title=Add-on:XBMC_LCDproc) to display XBMC information on PiFace Control and Display.