Skip to content

Releases: adafruit/Adafruit_CircuitPython_PyPortal

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.

*Breaking Change* Update from using Text_Area to Label

12 Mar 05:26
812cb84
Compare
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
Compare
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
Compare
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
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.

more fixes and improvements

01 Mar 03:42
9bfe2e9
Compare
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.

Some text feedback improvements, allow timezone setting

26 Feb 02:43
7df38a4
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.