Avishay
c0cf42cf98
Completely rework the number display functions
...
Add support for decimal negative and hexadecimal numbers.
2018-10-30 23:09:10 +02:00
Roland and Avishay
77a9adc788
Tests added and single zero fix
...
Tests for negarive numbers added. Additionali fixed displaying
single zero - it was blank before.
2018-10-26 00:26:28 +03:00
Roland and Avishay
e0a6409e39
Refactoring
...
Refactoring of showNumberDecEx method. Additionally handling of
negative numbers added.
2018-10-26 00:26:28 +03:00
Avishay and GitHub
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
jsdevel
7ba93152a3
Updating code doc for showNumberDecEx
...
* Providing examples and shortening the description.
* Removing reference to pos which is the name of another parameter in the same signature (confusing).
2018-05-01 23:34:04 -07:00
Avishay and GitHub
128c15f454
Merge pull request #35 from per1234/maintainer
...
Add maintainer field to library.properties
2018-04-16 17:45:16 +03:00
per1234 and GitHub
23d976adb6
Add maintainer field to library.properties
...
The maintainer field is required by the Arduino IDE. Attempting to install a library missing this field via the Arduino IDE's Sketch > Include library > Add .ZIP library fails silently. If the library is installed manually then compilation of any sketch that includes it fails.
2018-04-06 01:39:14 -07:00
Avishay Orpaz
743a0ddeb6
Add library.properties file
2018-03-20 18:23:13 +02:00
Avishay and GitHub
07f82d3d9a
Merge pull request #30 from Kasoo/bugfix/bitdelay_too_short
...
Increases bitDelay to 100ms
2018-03-20 18:07:35 +02:00
Kasoo and GitHub
747b75bad8
Increases bitDelay to 100ms
...
Some boards on ebay have high value pullups and smoothing caps that mean that 50ms is not enough, raise that to 100ms.
resolves #18
2018-01-27 23:12:47 +00:00
Avishay Orpaz
c64c89a36a
Add release notes
v1.1.0
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
Avishay and GitHub
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
Sylvain Mougenot
b4e6f258b5
@PlatformIO Library Registry manifest file
2016-04-03 10:22:22 +02:00
Sylvain Mougenot
65fe5f9da2
platformio build
2016-04-03 10:15:12 +02: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
Mike Causer
9010b826fb
Fix the d in digitToSegment const
2014-07-09 18:59:35 +10:00
Avishay
a41a047ee4
Add brightness test
v1.0.0
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