Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add hourglass animation to the LED matrix gallery #279

Merged
merged 1 commit into from
Mar 7, 2024

Conversation

alranel
Copy link
Member

@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
13 checks passed
@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