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

The [Adafruit I2C Quad Rotary Encoder Breakout with NeoPixel](https://www.adafruit.com/product/5752) is not being found with an i2c scan using the Arduino GIGA. (Arduino code base) The GIGA works great with a...

This is a minor issue and may be hardware-dependent. If you call `digitalReadBulk()` immediately before calling `analogRead()`, the `analogRead()` will _almost_ always return 1024. Adding `delay(1);` between the commands fixes...

Using basic (momentary button) sketch with 1 neotrellis board, if I press 2 buttons, most times one of the leds stays on

We received feedback asking for an explanation of how to use `encoder.getEncoderDelta`. It may be worth including an example in the library that demonstrates use.

enhancement

- Arduino board: **Arduino zero** - Arduino IDE version (found in Arduino -> About Arduino menu): 2.0 INPUT_PULLUP doesn't seem to be implemented for the ATtiny817 on Arduino, but has...

RP2040 feathers seem to use Wire1 for the standard I2C pins, so we need to be able to specify `Wire1` Required to fix adafruit/Adafruit-ST7735-Library#185

The` read() `method in `MultiTrellis `does not currently support the `polling `flag. This results in unnecessary bus activity which injects noise in to the PSU for audio applications. This PR...

The setBrightness member function in the seesaw_neopixel.cpp file is missing documentation (that is referenced in comments in other sections). Looking at it it looks like it's using a similar but...

NeoTrellis.h defines three methods for registering a callback with NeoTrellis and MultiTrellis. The method signatures are such that this does not compile for me using PlatformIO. A signature such as...

Bug Report: ========== The NeoTrellis INT line occasionally getting stuck low issue. Reproduce Case: =============== I created a very simple reproduce case that is documented below: Setup: ========================================================= - (1)...