adafruit / Adafruit_CircuitPython_SharpMemoryDisplay

CircuitPython library for SHARP Memory monochrome displays
MIT License
9 stars 12 forks source link

Switch to adafruit_bus_device dependency #21

Closed tekktrik closed 2 years ago

tekktrik commented 2 years ago

Since adafruit_bus_device.spi_device.SPIDevice can now handle inverted CS pins, this PR switches it over to using it! Also should add everything needed in the infrastructure and documentation to support this change.

Resolves #20

Still needs to be tested.

tekktrik commented 2 years ago

Should I wait for a test or go ahead and merge with the approvals?