-
Notifications
You must be signed in to change notification settings - Fork 104
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
EPD2in13v4 and moving in line with waveshare reccommendations #126
Comments
Try Tomfullylove's fork https://github.com/tomfullylove/papertty |
I've just submitted a PR for the EPD2in13V4: #127 It hasn't been merged, but in the meantime you could try running that branch yourself: https://github.com/mcarr823/PaperTTY/tree/epd2in13v4 |
@mcarr823 Finally, thank you. |
@mcarr823 I'm trying to run your branch, but I'm getting an error. Should I be using a Python version older than 3.9? Any help would be appreciated.
|
Ah I figured it out. I think I just needed
|
@hunter-meloche Sorry for the delayed response. Yeah, you either need to supply --autofit or --rows and --cols so that PaperTTY knows how big to make the terminal area. |
Hi,
Excellent work on originally maintaining this large and pivotal project
I have been staring at the driver code and the code in general for half the day motivated by needing to make this work.
Unfortunately it appears, as waveshare has started embedding the waveforms in the ic, the driver code for EPD2in13V3 and EPD2in13V4 has significantly changed typical structure from what I can see. I might be wrong but EPD2in13V4's waveshare driver is very different from V1 and V2 and might need extra work in either writing new drivers, or even creating a wrapper for waveshare's driver
(I'll also ruin the tunnel vision of the people reading this that there is an open issue about display safety, sleep and full refresh intervals that really needs attending to)
I know the original maintainer is busy, and this isn't a request for them to look specifically but more for new maintainers. If you are reading this and are proficient at python I encourage you to assist in this project. It really is a gamechanger in terms of FOSS systems.
(Unfortunately while I can read the code to a degree after hours of determination, I do not think I have the time to suddenly become proficient at programmer mindset and do the work. Maybe one day.)
The text was updated successfully, but these errors were encountered: