Carter Nelson
Carter Nelson
@TomW1605 I've done some work on this but have some follow up questions. What SD storage are you using and how is it being attached? This library uses the SD...
> i had a look at the SD card library and it can be passed a pre made SPI object that would allow the pins it uses to be changed...
@TomW1605 Unfortunately, for now, software SPI will likely remain unsupported. The current way in which this library is using the SD library makes refactoring it difficult. Took a look at...
Moving to SDFat was what was being investigated. But it starts pulling a thread. :(
Does seem like an issue with the example sketch. It's only loading the plugin in setup() and then never again in loop().
Ah, OK. Chained deps. This'll bring in busio: https://github.com/adafruit/Adafruit-GFX-Library/blob/f542ec270f264e2aff9a4553172a730b07e559df/library.properties#L10
Oops. Yah, looks like copy pasta. Thanks for pointing that out. Would you be interested in making a pull request (PR) to fix that? Since it's just a simple doc...
Are these registers documented somewhere? Not seeing them in the Register Map: https://learn.adafruit.com/mpu6050-6-dof-accelerometer-and-gyro/downloads
 Yep, looks like. Want to submit a PR to update that?
It's unclear what the actual issue is here. The error message is generally explaining what is happening: ```cpp class Adafruit_SSD1351' has no member named 'display' ``` Why is the call...