I've had to replace all our computers after a recent lightning strike (that was fun) and while I had everything backed up I'm getting compile errors that didn't appear prior.
I'm thinking the compiler is looking for a library(s) here and doesn't have the correct path?? The compiler mentions "#include <Adafruit_I2CDevice.h>" however that library was never used in the original code.
In file included from C:\Users\aircr\Documents\Arduino\libraries\Adafruit_PCD8544_Nokia_5110_LCD_library/Adafruit_PCD8544.h:26:0,
from C:\Users\aircr\Documents\Arduino\Stair_Lighting\Stair_Lighting_1.2.08.05\Stair_Lighting_1.2.08.05.ino:20:
C:\Users\aircr\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.
exit status 1
Error compiling for board Arduino Uno.
This report would have more information with
"Show verbose output during compilation"
option enabled in File -> Preferences.