Skip to content

Commit 1c6e53c

Browse files
author
Louis Beaudoin
committed
Update to 4.0.3 and rename to SmartMatrix from SmartMatrix3
1 parent 8746a87 commit 1c6e53c

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

library.properties

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
name=SmartMatrix3
2-
version=4.0.2
1+
name=SmartMatrix
2+
version=4.0.3
33
author=Louis Beaudoin <[email protected]>
44
maintainer=Louis Beaudoin <[email protected]>
55
sentence=Drive HUB75 RGB Matrix Panels with High Quality Graphics from a Teensy 3, Teensy 4, or ESP32
6-
paragraph=(Note, this library was named "SmartMatrix3" in the past, and will be renamed to "SmartMatrix" going forward - If you aren't seeing a release past 4.0.2, you may need to install "SmartMatrix" instead of "SmartMatrix3")
6+
paragraph=(Note, this library was named "SmartMatrix3" in the past, and is now named "SmartMatrix" as of release 4.0.3)
77
category=Display
88
url=http://docs.pixelmatix.com/SmartMatrix
99
architectures=avr,esp32

src/SmartMatrix.h

+3-3
Original file line numberDiff line numberDiff line change
@@ -34,12 +34,12 @@
3434
#define SM_HAS_PRAGMA_MESSAGE
3535
#endif
3636

37-
#define SM_VERSION 4000002
37+
#define SM_VERSION 4000003
3838
#ifndef SM_INTERNAL
3939
# ifdef SM_HAS_PRAGMA_MESSAGE
40-
# pragma message "SmartMatrix Library version 4.000.002"
40+
# pragma message "SmartMatrix Library version 4.000.003"
4141
# else
42-
# warning SmartMatrix Library version 4.000.002 (Not really a warning, just telling you here.)
42+
# warning SmartMatrix Library version 4.000.003 (Not really a warning, just telling you here.)
4343
# endif
4444
#endif
4545

0 commit comments

Comments
 (0)