Gbertaz / JDI_MIP_Display

Arduino library to drive MIP (Memory In Pixel) displays produced by Sharp and Japan Display Inc.
MIT License
72 stars 20 forks source link

Library not downloadable #6

Open laytll opened 10 months ago

laytll commented 10 months ago

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?

HarrisonAllen commented 2 months ago

Hi laytll, did you ever figure this out?

laytll commented 2 months ago

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

include

include

include

HarrisonAllen commented 2 months ago

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.