Skip to content

Commit 72d9d9f

Browse files
Merge 3d05457 into cec72f2
2 parents cec72f2 + 3d05457 commit 72d9d9f

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

Lines changed: 2 additions & 0 deletions
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)