Closed dastels closed 5 years ago
there's no code you commited?
OK... I've had some git weirdness happening with the one. I think it's good now (and it's checking).
@dastels Ran into an error with a PyGamer running CircuitPython 4.1.0-beta and the simpletest example in this PR.
Auto-reload is on. Simply save files over USB to run them or enter REPL to disable.
code.py output:
Setting up SD card
Building sample bitmap and palette
Saving bitmap
Error saving bitmap
Traceback (most recent call last):
File "code.py", line 50, in <module>
File "/lib/adafruit_bitmapsaver.py", line 115, in save_bitmap
File "/lib/adafruit_bitmapsaver.py", line 112, in save_bitmap
File "/lib/adafruit_bitmapsaver.py", line 84, in _write_pixels
TypeError: 'Palette' object is not subscriptable
OSError
Yes. It requires 5.0
@dastels Ok, could you update the README.rst to reflect the requirement for CircuitPython 5.0?
Um... why isn't travis running checks on this?