Hello,
My goal in to setup sth inspired from : didtheypush.blogspot.se/2013/10/ … plate.html
but using a 4X20 LCD (and no buttons)
Then, to start learning , on a raspbian whey RPI I’ve setup a 16x2 LCD nicely using this guide :
learn.adafruit.com/drive-a-16x2- … spberry-pi
(display of the IP and date/hour)
Then I wanted to do the same on volumio 1.2beta (in which i deactivate the i2s port). the LCD is working but MPD is dead (no web interface anymore), no sound
My guess is that the python update stuff is messing everything up ?
Here is the command I copy paste in volumio :
sudo apt-get update …. this step is not in the guide but it was necessary otherwise I was not able to make the first step below
sudo apt-get install python-dev
sudo apt-get install python-setuptools
sudo easy_install -U distribute
sudo apt-get install python-pip
sudo pip install rpi.gpio
sudo apt-get install git
any ideas ?
Thanks a lot
Francis