TextWithArduinoGraphics example does not instruct user to install library dependency #371
Labels
conclusion: resolved
Issue was resolved
topic: documentation
Related to documentation for the project
type: imperfection
Perceived defect in any part of project
The "Arduino_LED_Matrix" library's "TextWithArduinoGraphics" example has a dependency on the "ArduinoGraphics" library:
ArduinoCore-renesas/libraries/Arduino_LED_Matrix/examples/TextWithArduinoGraphics/TextWithArduinoGraphics.ino
Lines 1 to 2 in 4606b85
"ArduinoGraphics" is a standalone library, not installed by default. So the user must install the dependency in order to use the example. The example does not mention that requirement. If the user does not install the sketch's dependency compiling the sketch will fail:
Please add a note in the example that this is a requirement.
Additional context
Originally reported at https://forum.arduino.cc/t/1297300
The text was updated successfully, but these errors were encountered: