PiSupply / PaPiRus

Resources for PaPiRus ePaper eInk displays
https://www.pi-supply.com/product/papirus-epaper-eink-screen-hat-for-raspberry-pi/
Other
347 stars 84 forks source link

papirus-temp: missing packages #30

Closed kurt77 closed 8 years ago

kurt77 commented 8 years ago

papirus-temp needs "bc" package in order to work...maybe it should be installed during the install process. It's also missing i2cget

pi@raspberrypi:~/Code $ sudo papirus-temp /usr/local/bin/papirus-temp: line 8: i2cget: command not found /usr/local/bin/papirus-temp: line 14: -5: substring expression < 0 (standard_in) 1: syntax error (standard_in) 1: syntax error Temp is deg C ( deg F).

shawaj commented 8 years ago

Can you make a pull request to fix these issues?

kurt77 commented 8 years ago

done!

shawaj commented 8 years ago

Isn't i2c-tools installed by default in Raspbian? You just need to enable it from raspi-config I think?

kurt77 commented 8 years ago

It wasnt installed on my raspbian. And yes you have to enable it with raspi-config

shawaj commented 8 years ago

Fixed with #33