Skip to content

Releases: adafruit/Adafruit_CircuitPython_PyPortal

QR Code

03 May 17:33
aeef800

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

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

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

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

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.

*Breaking Change* Update from using Text_Area to Label

12 Mar 05:26
812cb84

Choose a tag to compare

We now use the Label type which has different origin point calculation for text, so projects will need to re-adjust their coordinates!

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

Read the docs for info on how to use it.

Update time service to adafruit.io

10 Mar 19:55
185a454

Choose a tag to compare

we now use adafruit.io for time keeping, to avoid overloading worldtimeapi
also fixes a local.txt esp init thingy, we now always hardware init esp, we just don't connect (which is what takes time)

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

Read the docs for info on how to use it.

Fixed broken version, background and more

06 Mar 05:13
1939a1e

Choose a tag to compare

Thanks to @ladyada for the following fixes:

  • position images where we say they should be positioned (not ignored)
  • fix word wrap helper
  • allow use without a URL (no internet usage)
  • nicely named touchscreen pins
  • fix broken splash display

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

Read the docs for info on how to use it.

Add splashscreens & add image converter url

03 Mar 21:05
a31dc99

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.

more fixes and improvements

01 Mar 03:42
9bfe2e9

Choose a tag to compare

  • add text transform
  • reliable image converter
  • fix ESP32 pin names
  • timezone key error
  • print out json on traverse failure

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

Read the docs for info on how to use it.