Skip to content

Commit 3d05457

Browse files
committed
Add instructions for ArduinoGraphics
1 parent cec72f2 commit 3d05457

File tree

1 file changed

+2
-0
lines changed
  • content/hardware/02.hero/boards/uno-r4-wifi/tutorials/led-matrix

1 file changed

+2
-0
lines changed

content/hardware/02.hero/boards/uno-r4-wifi/tutorials/led-matrix/led-matrix.md

+2
Original file line numberDiff line numberDiff line change
@@ -291,6 +291,8 @@ The LED Matrix now supports printing characters via the [ArduinoGraphics](https:
291291

292292
The example below simply prints out **"Hello World!"** on the matrix.
293293

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+
294296
```arduino
295297
// To use ArduinoGraphics APIs, please include BEFORE Arduino_LED_Matrix
296298
#include "ArduinoGraphics.h"

0 commit comments

Comments
 (0)