Aaron R
Aaron R
@abcminiuser I'm available to test/troubleshoot on Windows or Rasberry Pi OS (and Ubuntu VM if that works to test). I have a XL and know python
@txoof I still need to test this to confirm, but I think the incompatibility lies in a few minor differences that are unique to the 3.7 library (and a few...
@txoof So I was able to get the screen working with the following changes to the epd3in7.py file. Line 141: Add a default value for mode of '0' in the...
Here's what I came up with: ``` import logging from . import epd3in7 # Copy consts and class over EPD_WIDTH = epd3in7.EPD_WIDTH EPD_HEIGHT = epd3in7.EPD_HEIGHT GRAY1 = epd3in7.GRAY1 GRAY2 =...
@txoof So I wonder if the best solution now would be to add a `patched` list in epdlib's Screen class (in the `_load_non_hd()` method) around line 445. That could have...
Thanks for the offer. I will definitely take you up on that. Right now, I'm working on bringing in a 3rd party library that abstracts the display handling which should...
Yea I don't think I got to a stable point in the code with this and my job changed quite a bit and has kept me pretty busy from side...
I honestly don't remember 100%, but I imagine `pip install pipenv` as that's the way I normally install with pip. I did run the command a second time after getting...
All good. I just tested this on a fresh install of the 32-bit version of Raspbian (based on Debian 11 "Bullseye") on my Pi Zero W (1st gen) and experienced...
Sorry for another update so quickly. I tried this on my local Ubuntu VM (Impish 21.10 based on bullseye) and had the same issue. It's a relatively fresh install (within...