adafruit / seesaw

I2C friend to expand capabilities of other chips.
Other
76 stars 34 forks source link

Question - Not an Issue - Encoder Button and NeoPixel GPIO Pins #77

Closed LelandSindt closed 1 month ago

LelandSindt commented 1 month ago

I came here looking for the NeoPixel and Encoder Button GPIO pins for the Rotary Encoder but feel like I struck out and figured it might be more efficient to just ask.

The esphome external components maintained by @ssieb were recently updated to allow the NeoPixel and Encoder Button GPIO pin to be specified but short of guessing until it works I figured it would be best to come find them here...

Can someone please point me in the right direction?

LelandSindt commented 1 month ago

... follow up... Perhaps I am looking in the wrong place..

https://github.com/adafruit/Adafruit_Seesaw/blob/master/examples/encoder/encoder_basic/encoder_basic.ino#L13-L14

#define SS_SWITCH        24
#define SS_NEOPIX        6

For what its worth. 24 is working for the switch but 6 is not working for the NeoPixel.

To be clear I am just looking for confirmation of the GPIO pins.

Thank you.