Skip to content

Commit 765e515

Browse files
Merge pull request #2238 from arduino/hannes7eicher/Update-Scrolling-Text-Example
[HWU4M-87] Add instructions for ArduinoGraphics
2 parents b17e14c + 3d05457 commit 765e515

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)