You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/hardware/02.hero/boards/uno-r4-wifi/tutorials/led-matrix/led-matrix.md
+2
Original file line number
Diff line number
Diff line change
@@ -291,6 +291,8 @@ The LED Matrix now supports printing characters via the [ArduinoGraphics](https:
291
291
292
292
The example below simply prints out **"Hello World!"** on the matrix.
293
293
294
+
***For this example to work, you need to install the [ArduinoGraphics](/libraries/arduinographics/) library to enable character printing on the LED matrix using the library manager.***
295
+
294
296
```arduino
295
297
// To use ArduinoGraphics APIs, please include BEFORE Arduino_LED_Matrix
0 commit comments