-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Ref #4682 - Pixelbuf has no attribute _transmit -- problem seems to be back #8488
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
I suspect we need #4688 again and we should add a test this time. |
bumped into this too - commenting so i get notified when its closed :) |
I downloaded the "latest" CPY file: Contents boot_out.txt: Still get:
Did I download the latest too soon? |
I thought I had fixed it but it looks like my test was wrong. Will look more today. Thanks for testing! |
Looks like I only fixed calling |
This allows PixelBuf to call transmit after setting a value. Fixes #8488
CircuitPython version
Code/REPL
Behavior
File "code.py", line 375, in setup
AttributeError: 'PixelBuf' object has no attribute '_transmit'
Description
I just flashed an Unexpected Maker ProS3 with the latest version of Circuitpython
then appeared the error above. There is no use of '_transmit' in my code.py script.
I searched and found the discussion of issue #4682.
Additional information
No response
The text was updated successfully, but these errors were encountered: