adafruit/Adafruit_EPD

Fully convert to BusIO?

caternuson opened this issue · 2 comments

This library is sort of half way there? Adafruit_EPD is using BusIO:

#include <Adafruit_SPIDevice.h>

but not Adafruit_MCPSRAM:
#include <SPI.h>

Also, Adafruit BusIO is not currently listed as a dependency in library.properties.

sure, not priority but can do. also busio is a subdep of other deps, if it passes CI, the dep list is fine :)