Skip to content

Releases: depklyon/raspberrypi-tm1637

v1.3.7

02 Dec 02:48
fcf71ce
Compare
Choose a tag to compare

What's Changed

  • Change GPIO library from WiringPi to RPi.GPIO by @0xEE77 in #14
  • Update requirements and version by @depklyon in #15

New Contributors

Full Changelog: v1.3.6...v1.3.7

v1.3.6

15 Mar 14:28
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.3.2...v1.3.6

Changes for PyPi publishing

22 Jul 03:09
Compare
Choose a tag to compare
v1.3.2

Improvements and repository rename for pypi package

Reorganize code

22 Jul 03:22
Compare
Choose a tag to compare

Reformat code to PEP8
Adds Unittests file
Reorganize code

Sync with the same release version from mcauser

19 Nov 03:02
4f9e43a
Compare
Choose a tag to compare

Add temperature, fix brightness, change how pins are toggled

Adds alphanumeric font and scrolling.

show('1234')
show('cool')
scroll('hello world')
scroll(list(tm1637._SEGMENTS))

Backwards compatibility issue:
If you are using tm1637._SEGMENTS, the blank and dash characters have been moved to the end of the font.

Previous font: 0-9, a-f, blank, dash
New font: 0-9, a-z, blank, dash, star

blank was segment 16 and is now segment 37.
dash was segment 17 and is now segment 38.

Initial version

27 Jul 03:12
Compare
Choose a tag to compare
Merge pull request #2 from depklyon/port-to-python

Port to python 3