Adafruit_Seesaw
Adafruit_Seesaw copied to clipboard
seesaw_neopixel::clear(): Fix write buffer size
Fix buffer size exceeding I2C limit of 32 bytes in writes to seesaw. Currently, the code ignores additional two register bytes being prepended, causing seesaw_neopixel::clear()
to silently fail.