39 Commits
Author SHA1 Message Date
Avishay 9486982048 Bug fix: Dots/colon not showing #65
Dots/colon not showing when calling showNumberDec/Hex with
value of 0 and leading zero set to false.
2020-06-27 23:30:06 +03:00
AvishayandGitHub aa12aa2879 Fixed a comment describing an expected behavior of a test 2019-07-24 00:15:42 +03:00
AvishayandGitHub debe6f4856 Fix library reference
Issue #54
2019-07-24 00:08:42 +03:00
Avishay 82214be067 Bump version to 1.2.0 2018-10-30 23:37:20 +02:00
Avishay fd89c1b74c Allow users to set the bit delay via constructor 2018-10-30 23:22:54 +02:00
Avishay 6b39729368 Cleanup 2018-10-30 23:12:11 +02:00
Avishay c0cf42cf98 Completely rework the number display functions
Add support for decimal negative and hexadecimal numbers.
2018-10-30 23:09:10 +02:00
AvishayandGitHub 1337247015 Merge pull request #37 from kogosoftwarellc/master
Updating code doc for showNumberDecEx.
Thanks for the PR, it is very helpful.
2018-06-04 19:12:08 +03:00
AvishayandGitHub 128c15f454 Merge pull request #35 from per1234/maintainer
Add maintainer field to library.properties
2018-04-16 17:45:16 +03:00
Avishay Orpaz 743a0ddeb6 Add library.properties file 2018-03-20 18:23:13 +02:00
AvishayandGitHub 07f82d3d9a Merge pull request #30 from Kasoo/bugfix/bitdelay_too_short
Increases bitDelay to 100ms
2018-03-20 18:07:35 +02:00
Avishay Orpaz c64c89a36a Add release notes 2016-11-22 22:30:05 +02:00
Avishay Orpaz 08256eeb8b Add TM1637 datasheets (English & Chineese) 2016-11-22 22:25:44 +02:00
Avishay Orpaz c4a5534cc0 Merge branch 'dots' 2016-11-21 23:55:37 +02:00
Avishay Orpaz 66c5ed45a4 Merge branch 'master' of https://github.com/avishorp/TM1637 2016-11-21 23:52:24 +02:00
Avishay Orpaz c0642d5427 Fix brightness setting in On/Off test 2016-11-21 23:47:54 +02:00
AvishayandGitHub 00c5eda36f Merge pull request #9 from smougenot/master
@platformio integration
2016-11-21 23:47:15 +02:00
Avishay Orpaz d308c624f8 Spelling corrections in README 2016-11-21 23:44:27 +02:00
Avishay Orpaz 196c9c0dd3 Refactor the brightness parameter in setBrightness to value + enable 2016-11-19 14:51:41 +02:00
Avishay Orpaz adaaf49963 Fix dscription of the showNumberDec function
https://github.com/avishorp/TM1637/issues/14
2016-11-19 14:37:01 +02:00
Avishay Orpaz af575aa917 Fix dot testing 2016-11-16 23:59:21 +02:00
Avishay Orpaz 3290c74d84 Update README file 2016-05-25 09:09:53 +03:00
Avishay Orpaz c66dc888e7 Add support for dots/decimal points/colon 2016-05-25 08:58:39 +03:00
Avishay f269f98bb1 Merge pull request #3 from mcauser/fix-the-d
Fix the D in digitToSegment const
2014-07-09 15:48:09 +03:00
Avishay a41a047ee4 Add brightness test 2014-01-18 22:43:29 +02:00
Avishay 763f18c2ca Update README.md 2014-01-17 23:15:56 +02:00
Avishay 8501ae1450 Add const modifier to the segment data array in setSegments 2014-01-16 09:06:04 +02:00
Avishay a9ff7b09b6 Shorten the bit delay 2014-01-16 08:40:30 +02:00
Avishay 5a08780fcf Add tests 2014-01-16 08:40:00 +02:00
Avishay d2a1aa63f6 Add discrete segment constants and some more tests 2014-01-16 08:17:17 +02:00
Avishay f5fa975068 Fix showNumberDec in partial display cases 2014-01-16 08:16:39 +02:00
Avishay 1342d30b63 Fix zero display when no leading zeros are selected 2014-01-15 17:33:35 +02:00
Avishay 3819c57cde Add more extensive test program 2014-01-13 23:12:37 +02:00
Avishay 4e4b3bd924 Implement showNumberDec 2014-01-13 18:35:50 +02:00
Avishay c3bbaa137c Add the encodeDigit method 2014-01-12 00:21:23 +02:00
Avishay 90c45af885 Add initial test code 2014-01-12 00:07:45 +02:00
Avishay ef42a4058c Add code to display user data and segment table 2014-01-12 00:05:14 +02:00
Avishay ae7a761573 Initial library files
The code writes to the display module and shows a predefined constant
pattern
2014-01-11 22:38:09 +02:00
Avishay 755a1a97a1 Initial commit 2014-01-09 08:39:35 -08:00