Adafruit-circuitpython-pybadger

Latest version: v4.0.0

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

Scan your dependencies

Page 8 of 9

2.0.0

THIS IS A BREAKING CHANGE. Import is no longer the same and the library no longer requires instantiation. It is now:

from adafruit_pybadger import pybadger

All code beyond import and instantiation should function the same if library was instantiated as `pybadger`. To use features, simply include them as `pybadger.foo`, e.g.:

print(pybadger.acceleration)
pybadger.show_qr_code()

Updates:
* No new features have been added.
* Board type is automatically detected and applicable features are imported.
* Features that are not supported on a given board throw a clear error.

1.1.1

This release includes an improvement to the business card code to reduce redrawing and remove the background from the labels. Thanks nnja.

To use in CircuitPython, simply install the [Adafruit CircuitPython bundle](https://github.com/adafruit/Adafruit_CircuitPython_Bundle).

Read the [docs](http://circuitpython.readthedocs.io/projects/pybadger/en/latest/) for info on how to use it.

1.1.0

This release includes internal factoring to reduce size, but not functionality. Thanks nnja.

To use in CircuitPython, simply install the [Adafruit CircuitPython bundle](https://github.com/adafruit/Adafruit_CircuitPython_Bundle).

Read the [docs](http://circuitpython.readthedocs.io/projects/pybadger/en/latest/) for info on how to use it.

1.0.2

* Added simulated UP/DOWN/LEFT/RIGHT buttons from analog joystick on PyGamer

To use in CircuitPython, simply install the [Adafruit CircuitPython bundle](https://github.com/adafruit/Adafruit_CircuitPython_Bundle).

Read the [docs](http://circuitpython.readthedocs.io/projects/pybadger/en/latest/) for info on how to use it.

1.0.1

To use in CircuitPython, simply install the [Adafruit CircuitPython bundle](https://github.com/adafruit/Adafruit_CircuitPython_Bundle).

Read the [docs](http://circuitpython.readthedocs.io/projects/pybadger/en/latest/) for info on how to use it.

1.0.0

This is the first stable release of PyBadger and adds the following improvements:
* Use of External fonts now renders correctly
* You can pass the font file as the font parameter now instead of setting it up externally

To use in CircuitPython, simply install the [Adafruit CircuitPython bundle](https://github.com/adafruit/Adafruit_CircuitPython_Bundle).

Read the [docs](http://circuitpython.readthedocs.io/projects/pybadger/en/latest/) for info on how to use it.

Page 8 of 9

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.