Adafruit_Seesaw icon indicating copy to clipboard operation
Adafruit_Seesaw copied to clipboard

seesaw_neopixel::clear(): Fix write buffer size

Open unvirtual opened this issue 3 years ago • 3 comments

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.

unvirtual avatar May 24 '21 20:05 unvirtual