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
Update libraries/Arduino_LED_Matrix/examples/TextWithArduinoGraphicsA…
…synchronous/TextWithArduinoGraphicsAsynchronous.ino

Co-authored-by: Per Tillisch <accounts@perglass.com>
  • Loading branch information
pennam and per1234 authored Nov 28, 2024
commit 0eb7f71dddd11854411e91a7fec71e62f066cc23
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 and TextAnimation
#include "ArduinoGraphics.h"
#include "Arduino_LED_Matrix.h"
Expand Down