I am trying to display text on the Arduino UNO R4 WiFi's LED matrix, so I followed this tutorial, however my sketch does not compile because it says that the library cannot be found. I thus opened the example project titled "TextWithArduinoGraphics" (File > Examples > LED_Matrix), but this example project also does not verify, for the same reason (Compilation error: ArduinoGraphics.h: No such file or directory).
I've made sure that I have the board installed, and I've tried reinstalling the IDE, but neither verifies, so I'm really not sure what's wrong. I'm using version 2.3.2 of the Arduino IDE and version 1.20 of Arduino UNO R4 Boards:
Please post your sketch, using code tags when you do
In my experience the easiest way to tidy up the code and add the code tags is as follows
Start by tidying up your code by using Tools/Auto Format in the IDE to make it easier to read. Then use Edit/Copy for Forum and paste what was copied in a new reply. Code tags will have been added to the code to make it easy to read in the forum thus making it easier to provide help
You will have to install the ArduinoGraphics library using the library manager. I did compile the TextWithArduinoGraphics example and after installing that library it compiled (with plenty of warnings).
I currently have board package 1.1.0 installed but that should not make a difference.
Personal opinion:
It's a bit ridiculous that provided examples don't compile. There should be at least a note in the example.