-
Notifications
You must be signed in to change notification settings - Fork 34
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
Weather image not displaying on the Waveshare display #48
Comments
Also experiencing this same issue. |
Thanks for reporting it. It works fine on InkyPHAT so I didn't notice this. I don't have a Waveshare display myself to debug this. Do you have one @chrisys @catt-tung to help out with debugging? |
Connects-to: balena-io-experimental#48 Change-type: patch
Connects-to: balena-io-experimental#48 Change-type: patch
Thanks to @louispires for the PRs addressing this but it's still not perfect. Having looked at it a little the root cause is probably the difference in image handling between the Inky and EPD libraries. The weather PNGs sometimes have a single colour, for example white on a transparent background, but sometimes have black on transparent, sometimes red white and black on transparent. This is what's causing some images to appear blank, because the white pixels are being treated as something not to display by EPD and the opposite (correctly) by Inky, so if we invert that the problem just swaps to the other display and still isn't resolved. I don't have spare time to look into this any more but feel free to keep making PRs and I'll test them when I can! |
While the text is displayed, there is no symbol on the right hand side
The text was updated successfully, but these errors were encountered: