Adafruit LED backpack Am I being stupid (probably yes) I'm after python 3 versions of this module, every time I download it I get the python 2.7 versions
getting my module from
git clone https://github.com/adafruit/Adafruit_Python_LED_Backpack.git
I'm doing this on a raspberry pi
the python 2 version works fine but my program is written in python 3
new error I'm getting is:
Traceback (most recent call last): File "/home/pi/Adafruit_Python_LED_Backpack/matrix8x16_test.py", line 37, in display.begin() File "/home/pi/Adafruit_Python_LED_Backpack/Adafruit_LED_Backpack/HT16K33.py", line 53, in begin self._device.writeList(HT16K33_SYSTEM_SETUP | HT16K33_OSCILLATOR, []) File "/usr/local/lib/python3.4/dist-packages/Adafruit_GPIO/I2C.py", line 127, in writeList self._bus.write_i2c_block_data(self._address, register, data) File "/usr/local/lib/python3.4/dist-packages/Adafruit_PureIO/smbus.py", line 274, in write_i2c_block_data self._device.write(data) OSError: [Errno 5] Input/output error