Looking for a little help on changing the IC2 Bus from "/dev/i2c-0" to "/dev/i2c-1" in the Adafruit Library.
When following the instructions on this page:
http://learn.adafruit.com/matrix-7-segm ... it-library
8x8_pixels.py output ends repeating:
Error accessing 0x70: Check your I2C address
I2cdetect -y -0
Returns no devices
I2cdetect -y -1
Returns the LED Backpack on 70
I assume the Library, Class, Scripts are setup for /dev/i2c-0.
I've searched the forum and dug through some of the code but cannot find where to successfully change the 'port'
Any pointers on where to change the 'port' reference in the above library?
OS = stock Raspbian “wheezy” not Occidentalis (Yes I know, I'll give it a try next)
Thanks!

