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

Python partial update on epd_2in9d damaging display? #28

Closed
errolt opened this issue Jul 30, 2019 · 4 comments
Closed

Python partial update on epd_2in9d damaging display? #28

errolt opened this issue Jul 30, 2019 · 4 comments

Comments

@errolt
Copy link

errolt commented Jul 30, 2019

The python partial update code for epd_2in9d appears to be damaging my display. Instead of flipping changed pixles only(only set pixels that have changed), it updates all pixels, setting black pixels more black at every update, and every white pixel more white. This causes the image to burn into the display, making it hard to erase image.

@errolt
Copy link
Author

errolt commented Jul 30, 2019

@errolt
Copy link
Author

errolt commented Jul 30, 2019

After making these changes to match the C code, I get an inverted(black is white, white is black) image during partial update, but it no longer burns the image into the display. Image can erase after only one Clear command.

@hnwangkg-ezio
Copy link
Contributor

Trying to use our latest program, will there be such a problem?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants