Make sure byte values are 8 bits
Fixed values > 8 bits being written to byte-only arrays, causing errors. A change to CircuitPython (adafruit/circuitpython#1860) revealed this.
Fixed values > 8 bits being written to byte-only arrays, causing errors. A change to CircuitPython (adafruit/circuitpython#1860) revealed this.