From: E. A. Graham Jr Date: Fri, 2 Aug 2024 18:53:43 +0000 (-0700) Subject: A work-around for using byte-string as the data X-Git-Tag: 2.1.2^2~6 X-Git-Url: https://git.ayoreis.com/hackapet/Adafruit_Blinka_Displayio.git/commitdiff_plain/a7c4f8b9e3a58b0da8dcacdc3e5414427f8b487f?hp=a7c4f8b9e3a58b0da8dcacdc3e5414427f8b487f A work-around for using byte-string as the data Fixes #137 -- a byte-string is not representable as a `list` for adding, so this just re-wraps the iterable in a "real" `list` ---