Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 1e94dfe

Browse files
Merge pull request #198 from alranel/gallery
Add gallery of icons and animations
2 parents b99dca4 + 01463f8 commit 1e94dfe

File tree

4 files changed

+579
-4
lines changed

4 files changed

+579
-4
lines changed

‎libraries/Arduino_LED_Matrix/examples/DisplaySingleFrame/DisplaySingleFrame.ino‎

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
*/
99

1010
#include "Arduino_LED_Matrix.h" // Include the LED_Matrix library
11-
#include "frames.h" // Include a header file containing frame data
11+
#include "frames.h" // Include a header file containing some custom icons
1212

1313
ArduinoLEDMatrix matrix; // Create an instance of the ArduinoLEDMatrix class
1414

@@ -30,8 +30,8 @@ void loop() {
3030
matrix.loadFrame(happy);
3131
delay(500);
3232

33-
// Load and display the "heart" frame on the LED matrix
34-
matrix.loadFrame(heart);
33+
// Load and display the "big heart" frame provided by the library
34+
matrix.loadFrame(LEDMATRIX_HEART_BIG);
3535
delay(500);
3636

3737
// Print the current value of millis() to the serial monitor

‎libraries/Arduino_LED_Matrix/library.properties‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name=LED_Matrix
2-
version=1.0.0
2+
version=1.1.0
33
author=Arduino
44
maintainer=Arduino <info@arduino.cc>
55
sentence=LED matrix driver for UNO R4 WiFi

‎libraries/Arduino_LED_Matrix/src/Arduino_LED_Matrix.h‎

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
#include "Arduino.h"
22
#include "FspTimer.h"
3+
#include "gallery.h"
34

45
#define NUM_LEDS 96
56

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /