Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update libraries/Arduino_LED_Matrix/examples/TextWithArduinoGraphics/…
…TextWithArduinoGraphics.ino

Co-authored-by: Per Tillisch <accounts@perglass.com>
  • Loading branch information
pennam and per1234 authored Nov 28, 2024
commit 52d622c5787ffd75bf4bc5658b7419bb06aa8fb5
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// TextAnimation works only when ArduinoGraphics is installed and used.
// ArduinoGraphics is an external library and needs to be installed manually
// using library manager.
// ArduinoGraphics is an external library and needs to be installed using
// Library Manager.
// To use ArduinoGraphics APIs, please include BEFORE Arduino_LED_Matrix
#include "ArduinoGraphics.h"
#include "Arduino_LED_Matrix.h"
Expand Down