Open laytll opened 10 months ago
Hi laytll, did you ever figure this out?
I did, it was a while ago - but from memory it was important the order of including dependencies. I used PlatformIO
Platformio.ini lib_deps = adafruit/Adafruit BusIO@^1.15.0 adafruit/Adafruit GFX Library@1.10.15 gbertaz/JDI_MIP_Display@^1.0.0
In sketch
Thanks for answering! Good to know about the order of import.
I ended up skipping the library download step and just downloaded the repo straight to “Arduino/Libraries” and that did the trick. I think the repo is more up to date than the uploaded library.
Arduino IDE 2.2.1 Adafruit GFX 1.11.9 BusIO 1.15
When installing pre-requisites first, this library fails to install on the Arduino IDE. Tried 2 windows machines with the same result.
Tried on MacOs with IDE 1.8.19, still and error on download due to dependencies however you can force the download. Compilation of FPS example gives errors. Platform IO does appear to complile.
While this might be an Arduino IDE problem i'd still like to validate against a known setup - can you confirm what IDE and library versions you have proven this to work with?