Skip to content

Commit

Permalink
Merge pull request #2238 from arduino/hannes7eicher/Update-Scrolling-…
Browse files Browse the repository at this point in the history
…Text-Example

[HWU4M-87] Add instructions for ArduinoGraphics
  • Loading branch information
Hannes7eicher authored Oct 16, 2024
2 parents b17e14c + 3d05457 commit 765e515
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -291,6 +291,8 @@ The LED Matrix now supports printing characters via the [ArduinoGraphics](https:

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

***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.***

```arduino
// To use ArduinoGraphics APIs, please include BEFORE Arduino_LED_Matrix
#include "ArduinoGraphics.h"
Expand Down

0 comments on commit 765e515

Please sign in to comment.