-
Notifications
You must be signed in to change notification settings - Fork 11
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
Confirm greyscale / color support in EPDLib doesn't break PaperPi #37
Comments
@aaronr8684 modified epdlib works, but breaks grayscale support in paperpi for IT8951 Also need to update the documentation for the format for |
Also, splash screen doesn't appear and nothing displays until the first plugin is loaded. I suspect this is related to the bug you noticed in #35. This error cropped up immediately after moving to epdlib 0.6. |
Ok. I figured greyscale was likely broken because of the combined logic, but will be fixed in the next update with color support. |
Splash works fine for me on the 7.5b screen, let me try on the 4.2 with the correct config. |
looking forward to that. I think the logic in paperpi will probably need some help too for grayscale. I think the problem is located in paperpi.py. If "HD" isn't in
We could just fudge it and set |
Yea absolutely (and for color). I'm still thinking how we could allow for color support but also default to BW if nothing is specified. I'm thinking the default logic will stay in EPDLib (for back support) and the various modes can be specified in PaperPi if needed.
or just change the logic to That's the same logic I used (but without the 'not') in EPDLib for the time being to prompt for a VCOM |
I also made one change to the image mode in the EPDLib that might help re-enable greyscale. |
4.2c splash works as expected with the correct config |
I've merged in RGB support without OMNI EPD #79 |
Confirm grey and color support
Screens/modes tested:
The text was updated successfully, but these errors were encountered: