tinygo-org / drivers

TinyGo drivers for sensors, displays, wireless adaptors, and other devices that use I2C, SPI, GPIO, ADC, and UART interfaces.
https://tinygo.org
BSD 3-Clause "New" or "Revised" License
587 stars 180 forks source link

Driver for Adafruit Seesaw & Neotrellis #564

Closed trichner closed 5 months ago

trichner commented 1 year ago

As far as I can see there is currently no support for the Adafruit Seesaw chip which powers a lot of Adafruit boards. Among them the NeoTrellis 4x4 keypad with RGB background lights.

I'd like to add partial support for the Adafruit Seesaw, namely what is used by NeoTrellis as well as NeoTrellis support.

Reference:

According to the contribution guidelines I'm supposed to open an issue first :)

Draft implementations:

Is there already support that I missed?

conejoninja commented 1 year ago

Hello!

As far as I know, there's no work on the seesaw yet, so feel free to continue and update this issue once the PR is ready.

Thanks!

trichner commented 1 year ago

Thanks for the quick reply, I'll open a PR here as soon as it's 'presentable'.