You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The broadcom port display is a FramebufferDisplay.
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "adafruit_bitmapsaver.py", line 127, in save_pixels
ValueError: Second argument must be a Bitmap or Display
If I disable that check I get this:
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "adafruit_bitmapsaver.py", line 94, in _write_pixels
ValueError: Display must have a 16 bit colourspace.
The broadcom display uses a 32 bit colourspace.
The text was updated successfully, but these errors were encountered:
The broadcom port display is a FramebufferDisplay.
If I disable that check I get this:
The broadcom display uses a 32 bit colourspace.
The text was updated successfully, but these errors were encountered: