You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
OS: Raspbian Jessie 2020-04-10
Running on an Banana Pi M2 Zero
Python 2.7.13
Traceback (most recent call last):
File "gif.py", line 45, in
spi_speed_hz=4000000
File "/home/pi/.local/lib/python2.7/site-packages/ST7735/init.py", line 146, in init
self._spi = spidev.SpiDev(port, cs)
IOError: [Errno 2] No such file or directory
I used the gif.py in the example folder with the deployrainbows.gif
The text was updated successfully, but these errors were encountered:
OS: Raspbian Jessie 2020-04-10
Running on an Banana Pi M2 Zero
Python 2.7.13
Traceback (most recent call last):
File "gif.py", line 45, in
spi_speed_hz=4000000
File "/home/pi/.local/lib/python2.7/site-packages/ST7735/init.py", line 146, in init
self._spi = spidev.SpiDev(port, cs)
IOError: [Errno 2] No such file or directory
I used the gif.py in the example folder with the deployrainbows.gif
The text was updated successfully, but these errors were encountered: