Skip to content
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

Support for Pimoroni Inky ePaper displays #73

Closed
darkrad opened this issue Dec 28, 2022 · 5 comments
Closed

Support for Pimoroni Inky ePaper displays #73

darkrad opened this issue Dec 28, 2022 · 5 comments
Assignees
Labels
done Feature has been implemented, tested and released enhancement New feature or request

Comments

@darkrad
Copy link

darkrad commented Dec 28, 2022

Is it possible to add support for the Pimoroni Inky ePaper displays in addition to the Waveshare displays? I was hoping to utilise the Inky Impression to create a ePiframe with.
I've come across this project (https://github.com/robweber/omni-epd) that might help with integrating both Inky and Waveshare? But not sure how to go about it =(

@MikeGawi MikeGawi self-assigned this Dec 28, 2022
@MikeGawi MikeGawi added enhancement New feature or request in progress Request is being implemented labels Dec 28, 2022
@MikeGawi
Copy link
Owner

Thanks for the idea - it is fantastic!
To be honest I am a bit off e-paper displays market as at the time I was creating first versions of ePiframe the Waveshare had almost out-of-the-box ready code with reasonable prices. But life goes on, new stuff appears and these Pimoroni displays are neat!
Also thanks for omni-epd link - it's really helpful.

I will implement support for Pimoroni and I will keep You updated about the progress.

@MikeGawi MikeGawi added testing Feature has been implemented but it's in testing phase and removed in progress Request is being implemented labels Jan 12, 2023
MikeGawi added a commit that referenced this issue Jan 18, 2023
Support for Pimoroni Inky ePaper displays #73
@MikeGawi MikeGawi added done Feature has been implemented, tested and released and removed testing Feature has been implemented but it's in testing phase labels Jan 18, 2023
@MikeGawi
Copy link
Owner

Done in version 1.9.0. Additionally support for all Waveshare displays (multicolor too) was added.

Unfortunately I couldn't use Omni-EPD as it has an out-dated list of displays so I went a bit further to not have to keep up with the manufacturers in the future: you can choose between Waveshare and Pimoroni but you must specify display code package name and colors schema. The only problem was with differences in implementation among different displays but I think I had this covered.

Also I need to make sure that my 7 color display issues (ghosting, washed colors, etc.) are related with hardware not the code but will implement fix if needed.

Don't hesitate to report any issue related with Pimoroni display or anything else.

@chrisjeyre
Copy link

Hi, great project, I managed to get it working over hdmi in the weekend, now my colour pimoroni impression 7.4 has arrived, all connected and test images work, but moving from hdmi to sli does nothing, I just wondered if I had the display setting correct in the web gui? Should these be default, or specific to the screen/vendor?
Thanks in advance

@MikeGawi
Copy link
Owner

Hi, It's not just switching to SPI, you need to set some additional config variables, i.e. obvious one - epaper_type but also epaper_color (the color schema of the display: 7 colors, black&white, etc.) and the display which indicates the class of display to use (should be exact with this). Then you should test with --test_display flag using command line and play with the configuration.

If this will still fail - please create an issue (for which ePiframe version and which Pimoroni display) and I will try to solve it or if you feel good with the code - create a PR with the fix - I really appreciate contributions.

@chrisjeyre
Copy link

chrisjeyre commented Jul 18, 2023 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
done Feature has been implemented, tested and released enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants