3 Commits

Author SHA1 Message Date
rjbatista@gmail.com
80f687aff6 Version 2.1.3 2012-11-06 22:01:32 +00:00
rjbatista@gmail.com
00cd075f69 2012-11-06 22:00:56 +00:00
rjbatista@gmail.com
6b4cfae6e5 2012-11-06 21:57:35 +00:00
2 changed files with 6 additions and 1 deletions

View File

@@ -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
- 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).
Version 2.1.1

View File

@@ -28,6 +28,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#include "TM16XX.h"
#include "TM16XXFonts.h"
#define TM1638_COLOR_NONE 0
#define TM1638_COLOR_RED 1
#define TM1638_COLOR_GREEN 2