- Notifications
You must be signed in to change notification settings - Fork 21
Pull requests: adafruit/Adafruit_CircuitPython_PortalBase
Author
Label
Projects
Milestones
Reviews
Assignee
Sort
Pull requests list
Speed up by not autoconnecting on setting URL
#2 by makermelissa was merged Dec 7, 2020 Loading… updated Dec 7, 2020
Make get_local_time use location parameter if it exists
#5 by slootsky was merged Dec 23, 2020 Loading… updated Dec 23, 2020
PortalBase refactoring to work with PyPortal better
#8 by makermelissa was merged Jan 12, 2021 Loading… updated Jan 12, 2021
added json_content_type parameter as per discussion at https://github…
#6 by slootsky was closed Jan 12, 2021 Loading… updated Jan 12, 2021
Changes for the Blinka not having rtc or supervisor
#9 by makermelissa was merged Jan 14, 2021 Loading… updated Jan 14, 2021
Change to allow passing in secrets in blinka pyportal
#10 by makermelissa was merged Jan 16, 2021 Loading… updated Jan 16, 2021
Remove gc.mem_free(), which is CircuitPython only
#12 by makermelissa was merged Feb 12, 2021 Loading… updated Feb 12, 2021
fix the dosctring for text_anchor_point
#13 by Neradoc was merged Feb 24, 2021 Loading… updated Feb 24, 2021
Raise Memory Error instead of restarting which caused bootloop
#18 by makermelissa was merged Mar 4, 2021 Loading… updated Mar 4, 2021
Fix memory issues with label reuse and use of bitmap label
#19 by makermelissa was merged Mar 8, 2021 Loading… updated Mar 8, 2021
Improve memory usage with a well placed gc.collect()
#20 by makermelissa was merged Mar 16, 2021 Loading… updated Mar 16, 2021
get_local_time improvements
#21 by makermelissa was merged Mar 16, 2021 Loading… updated Mar 16, 2021
Actually return something with get_local_time
#22 by makermelissa was merged Mar 16, 2021 Loading… updated Mar 16, 2021
Added ability to set text on add_text and added scaling
#25 by makermelissa was merged Apr 2, 2021 Loading… updated Apr 2, 2021
Better reuse of objects with Adafruit IO
#26 by makermelissa was merged Apr 2, 2021 Loading… updated Apr 2, 2021
Fix allowing text only display
#27 by makermelissa was merged Apr 3, 2021 Loading… updated Apr 3, 2021
set_text_color: check if label is None before assigning value
#30 by flavio-fernandes was merged Apr 12, 2021 Loading… updated Apr 12, 2021
#31: update docstrings to be proper type
#32 by zsimpso was merged Apr 19, 2021 Loading… updated Apr 19, 2021
Added a couple different WiFi modules
#33 by makermelissa was merged Apr 21, 2021 Loading… updated Apr 21, 2021
Added new modules to the docs
#34 by makermelissa was merged Apr 22, 2021 Loading… updated Apr 22, 2021
Add MiniQR to requirements
#37 by makermelissa was merged Apr 26, 2021 Loading… updated Apr 26, 2021
moved spi block to where it's needed
#36 by slootsky was merged Apr 27, 2021 Loading… updated Apr 27, 2021
Previous Next
ProTip! Filter pull requests by the default branch with base:main.