Closed as not planned
Description
While coding a project with my Arduino Uno R4 I was getting error after error about the ArduinoGraphics library. I decided to uninstall the board package completely. When I installed it again the ArduinoGraphics library was missing from the board package.
`C:\Users------\OneDrive\Documents\Arduino\lamp_code_v2\lamp_code_v2.ino:7:10: fatal error: ArduinoGraphics.h: No such file or directory
#include <ArduinoGraphics.h>
^~~~~~~~~~~~~~~~~~~
compilation terminated.
exit status 1
Compilation error: ArduinoGraphics.h: No such file or directory`