-
Notifications
You must be signed in to change notification settings - Fork 2
Description
Error from attempt at running clock.py:
Traceback (most recent call last):
File "clock.py", line 5, in
c = LED7Segment(SPI())
File "/usr/local/lib/python2.7/dist-packages/BitWizard/bw.py", line 337, in init
self.File = posix.open(self.Device, posix.O_RDWR)
OSError: [Errno 2] No such file or directory: '/dev/spidev0.0'
Makes a little sense, as I am using a RevB Pi, and the I2C Bitwizard RPi V1.1 UI. 16X2 LCD, with 6 buttons.
I read the instructions thoroughly, and I can send individual text and clear via bw_tool to the LCD. All bw_tool commands work, but since its using /dev/i2c-1 as its destination, I have to use the "bw_tool -I -D /dev/i2c-1" for all commands to work.
OS Version: Linux version 3.6.11+ (dc4@dc4-arm-01) (gcc version 4.7.2 20120731 (prerelease) (crosstool-NG linaro-1.13.1+bzr2458 - Linaro GCC 2012.08) ) #528 PREEMPT Tue Aug 20 00:25:53 BST 2013
Let me know how I can help. I've got 5 of these LCDs for testing and I'm fielding a small-scale open-source energy management product to some friends with this setup.