-
Notifications
You must be signed in to change notification settings - Fork 24
Example fails with OverflowError: value must fit in 1 byte(s) #19
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
Comments
Hi. Would you like to submit a PR? |
I wlll.
Sent from Yahoo Mail on Android
On Sun, May 19, 2019 at 3:20 PM, Melissa LeBlanc-Williams<notifications@github.com> wrote:
Hi. Would you like to submit a PR?
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub, or mute the thread.
|
mrmcwethy
added a commit
to mrmcwethy/Adafruit_CircuitPython_EPD
that referenced
this issue
May 19, 2019
Done
On Sunday, May 19, 2019, 3:27:35 PM MST, Michael McWethy <mrmcwethy@yahoo.com> wrote:
I wlll.
Sent from Yahoo Mail on Android
On Sun, May 19, 2019 at 3:20 PM, Melissa LeBlanc-Williams<notifications@github.com> wrote:
Hi. Would you like to submit a PR?
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub, or mute the thread.
|
Thanks, I'm testing it. :) |
makermelissa
added a commit
that referenced
this issue
May 20, 2019
Fix for issue #19 OverflowError: value must fit in 1 byte(s)
Fixed with #20. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
I am using CP 4 rc3. I was told there was a recent change that checks on assignment for high-order bits truncation. The EPD library used to do & 0xFF when assigning to a buffer item, but that was removed. I think it is now really needed.
epd.py lines 131, 132
mcp_sram.py lines 74,75,84,85,113,114
all need & 0xFF added.
I am ready to fix this, if it is truely a bug.
The text was updated successfully, but these errors were encountered: