Compare commits
3 Commits
v2.1.2
...
80f687aff6
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
80f687aff6 | ||
|
|
00cd075f69 | ||
|
|
6b4cfae6e5 |
@@ -1,6 +1,10 @@
|
|||||||
|
Version 2.1.3
|
||||||
|
|
||||||
|
- ISSUE #26: Added a define TM1638_COLOR_NONE for clarity when clearing a single LED.
|
||||||
|
|
||||||
Version 2.1.2
|
Version 2.1.2
|
||||||
|
|
||||||
- ISSUE #22: corrected setDisplayDigit repeatedly with the dot set to true;
|
- ISSUE #22: Corrected setDisplayDigit repeatedly with the dot set to true;
|
||||||
- ISSUE #24: Correction on setDisplayToDecNumber bug (thanks to hbx3485).
|
- ISSUE #24: Correction on setDisplayToDecNumber bug (thanks to hbx3485).
|
||||||
|
|
||||||
Version 2.1.1
|
Version 2.1.1
|
||||||
|
|||||||
1
TM1638.h
1
TM1638.h
@@ -28,6 +28,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|||||||
#include "TM16XX.h"
|
#include "TM16XX.h"
|
||||||
#include "TM16XXFonts.h"
|
#include "TM16XXFonts.h"
|
||||||
|
|
||||||
|
#define TM1638_COLOR_NONE 0
|
||||||
#define TM1638_COLOR_RED 1
|
#define TM1638_COLOR_RED 1
|
||||||
#define TM1638_COLOR_GREEN 2
|
#define TM1638_COLOR_GREEN 2
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user