Im having problems with the scroll phat and a pi zero
I’ve followed the instructions
curl -sSL get.pimoroni.com/scrollphat | bash
and I get
pi@raspberrypi:~/Pimoroni/scrollphat $ sudo python ./test-all.py
Traceback (most recent call last):
File “./test-all.py”, line 5, in
import scrollphat
File “/usr/local/lib/python2.7/dist-packages/scrollphat/init.py”, line 6, in
bus = smbus.SMBus(1)
IOError: [Errno 2] No such file or directory
Im a bit stuck? anyone got any pointers? As far as I can tell its a software issue, missing smbus but ive no idea how to fix it
thanks
James