Raspberrypi-tm1637

Latest version: v1.3.7

Safety actively analyzes 624049 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

1.3.7

What's Changed
* Change GPIO library from WiringPi to RPi.GPIO by 0xEE77 in https://github.com/depklyon/raspberrypi-tm1637/pull/14
* Update requirements and version by depklyon in https://github.com/depklyon/raspberrypi-tm1637/pull/15

New Contributors
* 0xEE77 made their first contribution in https://github.com/depklyon/raspberrypi-tm1637/pull/14

**Full Changelog**: https://github.com/depklyon/raspberrypi-tm1637/compare/v1.3.6...v1.3.7

1.3.6

What's Changed
* Add installation instructions to README.md by thesilican in https://github.com/depklyon/raspberrypi-tm1637/pull/10
* Added support for decimal temperature values by giddyhup in https://github.com/depklyon/raspberrypi-tm1637/pull/11
* Create codeql-analysis.yml by depklyon in https://github.com/depklyon/raspberrypi-tm1637/pull/12
* remove endless loop from _write_byte by chrisdecker1201 in https://github.com/depklyon/raspberrypi-tm1637/pull/13

New Contributors
* thesilican made their first contribution in https://github.com/depklyon/raspberrypi-tm1637/pull/10
* giddyhup made their first contribution in https://github.com/depklyon/raspberrypi-tm1637/pull/11
* chrisdecker1201 made their first contribution in https://github.com/depklyon/raspberrypi-tm1637/pull/13

**Full Changelog**: https://github.com/depklyon/raspberrypi-tm1637/compare/v1.3.2...v1.3.6

1.3.2

1.3.1

Reformat code to PEP8
Adds Unittests file
Reorganize code

1.3.0

Add temperature, fix brightness, change how pins are toggled

Adds alphanumeric font and scrolling.

python
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.

1.0.0

Links

Releases

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.