We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
This library is sort of half way there? Adafruit_EPD is using BusIO:
Adafruit_EPD
Adafruit_EPD/src/Adafruit_EPD.h
Line 29 in f711ec8
Adafruit_MCPSRAM
Adafruit_EPD/src/Adafruit_MCPSRAM.h
Line 2 in f711ec8
Also, Adafruit BusIO is not currently listed as a dependency in library.properties.
Adafruit BusIO
library.properties
The text was updated successfully, but these errors were encountered:
sure, not priority but can do. also busio is a subdep of other deps, if it passes CI, the dep list is fine :)
Sorry, something went wrong.
Ah, OK. Chained deps. This'll bring in busio: https://github.com/adafruit/Adafruit-GFX-Library/blob/f542ec270f264e2aff9a4553172a730b07e559df/library.properties#L10
No branches or pull requests
This library is sort of half way there?
Adafruit_EPD
is using BusIO:Adafruit_EPD/src/Adafruit_EPD.h
Line 29 in f711ec8
but not
Adafruit_MCPSRAM
:Adafruit_EPD/src/Adafruit_MCPSRAM.h
Line 2 in f711ec8
Also,
Adafruit BusIO
is not currently listed as a dependency inlibrary.properties
.The text was updated successfully, but these errors were encountered: