-
After installing from source with `sudo python3 setup.py install` the luma.led_matrix module cannot be found by python3, while the correct .egg is clearly in the PYTHONPATH
> sys.path = ['/home/pi/…
-
Right now this is an OLED-centric library called `ssd1306` that also supports SH-something. What about renaming it.. or creating a new library that basically handles *any* RPI compatible display that …
-
Was getting this traceback when there wasn't any I2C device connected to the RPi:
```
$ python examples/3d_box.py -i i2c
...
3d_box.py: error: [Errno 5] Input/output error
Error in atexit._run_…
-
`test_get_device_led_matrix_all ` also fails on Rpi2:
```
_____________________________________________________ test_get_device_led_matrix_all _____________________________________________________…
-
I have bought a ready-to-use-shield with a connector for pi, which has the displays in the wrong order, when I use the option --orientation vertical. The rotation is alright. This means it only shows …
-
Getting this error with the examples on rpi2:
```
$ python examples/3d_box.py -i i2c --display sh1106
2017-02-27 00:12:45,674 - [Errno 121] Remote I/O error
Traceback (most recent call last):
…
-
If possible, how would I go about scrolling text down from the top, or up from the bottom.
I can get the letters already displayed to scroll down after being drawn on the display, but how would you s…
-
When using the sevensegment class a TypeError occurs:
> Traceback (most recent call last):
> File "8_digit.py", line 21, in
> seg = sevensegment(device)
> File "/usr/local/lib/python3.4/d…
-
Hey,
I am running a Raspberry Pi 3, and using this seven segment device with this code nicely.
I just tried to implement the scrolling text code as described, but nothing happens at all. The code …
-
`show_message` has a coupe of calls to `time.sleep`, causing my PyQt5 app to freeze. Can an additional write text method be introduced that can be used to write text, that doesn't invoke `time.sleep`?…