Hi all,
I'm trying to get an example going that is in the Adafruit_Seesaw library.
I've been trying it in the IDE, and in Workbench, but both are giving my trouble.
Using the IDE: I go to the library, then find the example joy_wing_oled.ino
I use that example, and it opens an app with that name and includes the library. I try to compile for an Argon, and it fails with:
joy_wing_oled.ino:2:26: Adafruit_GFX.h: No such file or directory
So I find and add that library and try again, getting:
joy_wing_oled.ino:6:58: Adafruit_ST7735.h: No such file or directory
So I find and add that library too, and get this again:
joy_wing_oled.ino:6:58: Adafruit_ST7735.h: No such file or directory
I cannot, using the example, get the library recognized.
Any Ideas?
Now in Workbench, I can get one or sometimes two of the libraries added, but then get the following error on the later added library:
{
"resource": "Particle/projects/TFTwingTest/TFTfeatherwing/src/TFTfeatherwing.ino",
"owner": "_generated_diagnostic_collection_name_#0",
"severity": 2,
"message": "#include errors detected. Please update your includePath. IntelliSense features for this translation unit (/Users/jimlivingston/Particle/projects/TFTwingTest/TFTfeatherwing/src/TFTfeatherwing.ino) will be provided by the Tag Parser.",
}
{
"resource": "Particle/projects/TFTwingTest/TFTfeatherwing/src/TFTfeatherwing.ino",
"owner": "_generated_diagnostic_collection_name_#0",
"severity": 2,
"message": "cannot open source file \"../Adafruit_GFX.h\" (dependency of \"Adafruit_GFX.h\")",
}
The strange thing is that I add the library in exactly the same way as the other libraries that are included without issue...
FYI: MacOS version 10.14, Visual Code Version 1.30.2 (1.30.2), not sure how to check workbench version, but my machine assures me that there is no update available.