Adafruit_Seesaw icon indicating copy to clipboard operation
Adafruit_Seesaw copied to clipboard

Arduino library driver for seesaw multi-use chip

Results 16 Adafruit_Seesaw issues
Sort by recently updated
recently updated
newest added

add &Wire argument to initializer

The soil sensor LED or PA27 cannot be controlled via seesaw. Because the CONFIG_ACTIVITY_LED define for board SOIL defaults to 0. So ``` #define CONFIG_GPIO_MASK (((unsigned long long) 0xFFFFFFFFFFFFFFFF) ^...

- List the steps to reproduce the problem below (if possible attach a sketch or copy the sketch code in too): - Call `seesaw_NeoPixel.clear()` with `DEBUG_SERIAL` enabled - Neopixel is...

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.

The current example for the multiple encoders reads a button pressed every time the encoder moves. Simply putting the check for the button press before the encoder position check solved...

Hello, I'm facing an issue, and I am not able to find if it's an hardware or software error. I'm using the Adafruit_MultiTrellis class with the basic multitrellis example, and...