I got a notice within the IDE (v 2.2.1) to do an update, so I hit the button to automatically install the updates. I think it was libary updates but I'm not sure now. Now I get an error message trying to compile to a Nano IOT 33:
c:\Users\srbra\Dropbox\Documents\Arduino\libraries\Adafruit_GFX_Library/Adafruit_GFX.h:12:10: fatal error: Adafruit_I2CDevice.h: No such file or directory #include <Adafruit_I2CDevice.h>
^~~~~~~~~~~~~~~~~~~~~~
compilation terminated.
I had similar problem with ST7735 tft display ......your suggestion was how I fixed that issue where it could not find Adafruit_I2CDevices a few days back.