I intend to create a simple userinterface in the form of a LCD and a few buttons to make it easier to turn on and off and perhaps reboot and reload the applications.
I have a 5110 that I have used together with arduino boards before.
I found this tutorial: https://github.com/XavierBerger/pcd8544
This is built using wiringPi
http://wiringpi.com/download-and-install/
The tutorial did not work fully, apparently I need wiringpi2, since I get the message "ImportError: No module named wiringpi2"
http://raspi.tv/how-to-install-wiringpi2-for-python-on-the-raspberry-pi#install
"sudo pip install wiringpi2"
Worked the second time...
Yay... |
No comments:
Post a Comment