adafruit / Adafruit_Blinka

Add CircuitPython hardware API and libraries to MicroPython & CPython devices
https://learn.adafruit.com/circuitpython-on-raspberrypi-linux
MIT License
439 stars 327 forks source link

Adding support for Feather ThinkInk #668

Closed BlitzCityDIY closed 1 year ago

BlitzCityDIY commented 1 year ago

Adding support for the Feather ThinkInk. Tested with u2if firmware

makermelissa commented 1 year ago

I added @caternuson as a reviewer since he originally added all the U2IF boards.

caternuson commented 1 year ago

Looks like this is the associated Platform Detect PR, adding for general ref: https://github.com/adafruit/Adafruit_Python_PlatformDetect/pull/286

@BlitzCityDIY Did not test (do not have hardware), but looks generally OK. One missing pin define for A3. What actual u2if firmware was used for testing?

BlitzCityDIY commented 1 year ago

thanks @caternuson - just added A3. i have a fork here for u2if (haven't PR'd yet): https://github.com/BlitzCityDIY/u2if

caternuson commented 1 year ago

oh cool - you built one locally. awesome. lgtm.