Skip to content

Conversation

alranel
Copy link
Contributor

@alranel alranel commented Mar 6, 2024

No description provided.

@per1234 per1234 added type: enhancement Proposed improvement topic: code Related to content of the project itself labels Mar 6, 2024
@aentinger
Copy link
Contributor

aentinger commented Mar 7, 2024

Minimal example sketch to test this:

#include "Arduino_LED_Matrix.h"

ArduinoLEDMatrix matrix;  

void setup() {
  matrix.loadSequence(LEDMATRIX_ANIMATION_HOURGLASS);
  matrix.begin();
  matrix.play(true);
}

void loop() {
}

Copy link
Contributor

@aentinger aentinger left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Tested and works 👍

@aentinger aentinger merged commit e1417f7 into main Mar 7, 2024
@aentinger aentinger deleted the ledmatrix-gallery-hourglass branch March 7, 2024 04:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
topic: code Related to content of the project itself type: enhancement Proposed improvement
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants