Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
fb20d59b73 |
@@ -1,10 +1,6 @@
|
|||||||
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,7 +28,6 @@ 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