Skip to content

Releases: adafruit/Adafruit_CircuitPython_PyPortal

Added a set_headers method

15 Jul 22:33
808c5e2
Compare
Choose a tag to compare

Support setting headers after the PyPortal instance has been constructed. This allows for construction of headers based on information fetched. The driving example was construction of auth headers for the Twitter API.

Added push_to_io method

06 Jun 17:25
b1718ca
Compare
Choose a tag to compare

You can now push data to an Adafruit.io feed with this library using the push_to_io method. Thanks @jasonlshelton! #36

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

Read the docs for info on how to use it.

Use Group subscription to replace text

24 May 15:13
013d0d6
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.

Update to font loading.

22 May 23:52
763d5a3
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.

Pass ESP and SPI Objects to PyPortal

10 May 13:43
b94fcde
Compare
Choose a tag to compare
  • Added the ability to pass ESP and SPI objects to the PyPortal init, useful for web application authorization. Thanks @ChewyTurtle!

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

Read the docs for info on how to use it.

QR Code

03 May 17:33
aeef800
Compare
Choose a tag to compare
  • Re-write of show_QR() to latest displayio API.

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

Read the docs for info on how to use it.

Added URL Kwarg to Fetch

26 Apr 13:38
3da6b3c
Compare
Choose a tag to compare
  • You can now specify a new URL to .fetch() from, thanks @wifijt!

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

Read the docs for info on how to use it.

Azure Headers and Image Paths

25 Apr 14:58
a789a1a
Compare
Choose a tag to compare
  • Added image_url_path to PyPortal to allow directly setting a static URL image path for API endpoints or websites without a JSON image URL response.
  • Added ability to pass headers for authentication typically used by Azure API's. Thanks @DigitalMakerCIC

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

Read the docs for info on how to use it.

SimpleTest

18 Apr 23:19
c8e6e1f
Compare
Choose a tag to compare
  • Add pyportal_simpletest.py to examples.

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

Read the docs for info on how to use it.

Fix calls to displayio.TileGrid usage of position

15 Mar 16:41
e16111d
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.