Closed johnnyvenom closed 5 years ago
I think you might've run into a regression issue as a result of https://github.com/rm-hull/luma.oled/pull/203. I've had a brief look and think I know what the cause us, but I'll investigate further, and issue a patched version shortly if necessary.
Thanks for the quick fix! Have yet to test it but if I have further issue will report it.
Hi, all of the examples are failing on RPi 3 Model B (Raspbian Stretch) for ssd1325 display, when running with Python 3 (Python v3.5.3). I followed the installation instructions, and had to also install libopenjp2-7-dev. Now I get the following error when I try to run any example:
I've compiled and run with Python 2.7 on a different (identical) RPi without issue. Also, I can run the simple "Hello World" script found at https://luma-oled.readthedocs.io/en/latest/python-usage.html with Python 3.5 without issue as well.
Any advice? Thanks.