File tree Expand file tree Collapse file tree 4 files changed +579
-4
lines changed
libraries/Arduino_LED_Matrix
examples/DisplaySingleFrame Expand file tree Collapse file tree 4 files changed +579
-4
lines changed Original file line number Diff line number Diff line change 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
1313ArduinoLEDMatrix 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
Original file line number Diff line number Diff line change 11name =LED_Matrix
2- version =1.0 .0
2+ version =1.1 .0
33author =Arduino
44maintainer =Arduino <info@arduino.cc>
55sentence =LED matrix driver for UNO R4 WiFi
Original file line number Diff line number Diff line change 11#include " Arduino.h"
22#include " FspTimer.h"
3+ #include " gallery.h"
34
45#define NUM_LEDS 96
56
You can’t perform that action at this time.
0 commit comments