Skip to content

Releases: adafruit/Adafruit_CircuitPython_PyPortal

*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.

Secrets and SD card caching

24 Feb 00:06
34d9bb6
Compare
Choose a tag to compare
  • Changes settings.py to secrets.py
  • Adds some docs
  • Checks for SD card for caching before caching locally

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

Read the docs for info on how to use it.

Initial release!

23 Feb 21:58
970569a
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.