Skip to content

Releases: adafruit/Adafruit_CircuitPython_MagTag

Fixed an issue where tone could be set out of range and cause a crash

15 Feb 16:11
491d0ee
Compare
Choose a tag to compare

Fixed an issue where tone could be set out of range and cause a crash if the value was less than or equal to 0. Thanks @KTibow

To use in CircuitPython, simply install the Adafruit CircuitPython bundle.

Read the docs for info on how to use it.

Allow skipping display autorefresh on fetch

11 Feb 19:16
5c6d563
Compare
Choose a tag to compare

To use in CircuitPython, simply install the Adafruit CircuitPython bundle.

Read the docs for info on how to use it.

1.5.4 - Fixed issue with Black and Pylint versions in the pre-commit config

10 Feb 22:05
Compare
Choose a tag to compare

To use in CircuitPython, simply install the Adafruit CircuitPython bundle.

To use in CPython, pip3 install adafruit-circuitpython-magtag.

Read the docs for info on how to use it.

1.5.3 - Fixed light sensor documentation

05 Jan 17:27
8e6e33a
Compare
Choose a tag to compare

To use in CircuitPython, simply install the Adafruit CircuitPython bundle.

Read the docs for info on how to use it.

Updated README dependencies

24 Dec 23:31
4d00af3
Compare
Choose a tag to compare

To use in CircuitPython, simply install the Adafruit CircuitPython bundle.

Read the docs for info on how to use it.

Updated whitespace around example

15 Dec 22:26
7c68347
Compare
Choose a tag to compare

To use in CircuitPython, simply install the Adafruit CircuitPython bundle.

Read the docs for info on how to use it.

Added light sensor to peripherals

15 Dec 22:14
d293080
Compare
Choose a tag to compare

To use in CircuitPython, simply install the Adafruit CircuitPython bundle.

Read the docs for info on how to use it.

Examples Updated

15 Dec 01:03
c62f549
Compare
Choose a tag to compare

CircuitPython 6.1.0-beta.2 or later is required to use the latest functionality.

To use in CircuitPython, simply install the Adafruit CircuitPython bundle.

Read the docs for info on how to use it.

Refactored to use PortalBase

08 Dec 00:51
edc9830
Compare
Choose a tag to compare

CircuitPython 6.1.0-beta.2 or later is required to use the new functionality because the EPaperDisplay expects rotation to be settable.

PortalBase and FakeRequests are now additional dependencies as updated in the guide. Otherwise, any code should remain functional without changes. Please open an issue if you experience any problems. Thanks.

To use in CircuitPython, simply install the Adafruit CircuitPython bundle.

Read the docs for info on how to use it.

Add font caching, display rotation

06 Dec 22:15
c298bc3
Compare
Choose a tag to compare

Also fixed battery voltage calculation (somewhat)

CircuitPython 6.1.0-beta.2 or later is required to use the new functionality.

To use in CircuitPython, simply install the Adafruit CircuitPython bundle.

Read the docs for info on how to use it.