-
Notifications
You must be signed in to change notification settings - Fork 28
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
Supported Displays? #2
Comments
Currently only the 7.5 two. Think smaller displays make no sense. |
I've just added support for mine (4 inch, two color): |
I just bought the 7.5" 3color. is it hard to add support for an extra color on some elements? i'll look into the code myself someday soon |
My first display was a 7.5" 3 color display. Then i broke it and bought a two color and rewrote the script. |
Adding the second color to the library is quite easy. The existing code provides support for adding an image for every color. The (hard) part is detecting which parts of the images are in the secondary color. In my case this would be red and black. There are some libraries for python for color separation, but they require lots of dependencies and are therefore maybe a bit big to use. Another option would be to do RGB calculation on our own, which requires a bit of bit manipulation. All in all I would be quite interested in the multi-color support. So please look into the code, also please look into my patch, and see keep me in the loop! |
Hi Ben, |
Hello! |
Hello, |
"To display the image on the eink display a different python script is needed in the Hi. Thanks for this great resource. |
@uros76 I created a Python script that did the same thing. It should support many Waveshare devices. Please feel free to take a look and comment. |
I tried the script of @winstonma - it is great and has multiple screen support. https://github.com/winstonma/RPi-MagicMirror-Waveshare |
Hi Ben!
Nice work, I really appreciate!
Which kind of displays are currently supported? Which sizes? Are only two colors supported or three as well? Is there a compatibility list?
Thanks in advance :)
The text was updated successfully, but these errors were encountered: