Skip to content

Picoware - v1.6.5

Choose a tag to compare

@jblanked jblanked released this 07 Feb 14:00
· 934 commits to main since this release
6498c96

This is an update to the MicroPython and CircuitPython versions.

Added:

  • response C module with a finaliser and attributes, integrated into the Response class (MicroPython)
  • pre-compiled PIO headers (MicroPython)
  • WiFi RSSI Monitor: monitors signal strength of nearby WiFi networks in real-time (MicroPython)
  • syntax highlighting in the Python Editor app
  • Tutorials.md document with a list of YouTube reviews and tutorials

Updated:

  • vector C module with simplified attributes
  • auto_complete C module with attributes and finaliser
  • scripts in the tools directory to use make -j instead of only make to run as many jobs in parallel as possible
  • picoware_sd and waveshare_sd C modules to raise an exception if file creation fails (MicroPython)
  • picoware_psram C module, removing unused methods
  • Settings to save LVGL settings as intended (MicroPython)
  • WiFi utilities to use json instead of ujson and use const bytes for path definitions (MicroPython)
  • Storage class to not check the type of file_path parameters (allows developers to pass bytes) (MicroPython)
  • WiFi Scan app to allow clicking on a network to save it, followed by adding the password (MicroPython)
  • main.py to use the alert from the ViewManager instance and set GC threshold (MicroPython)
  • Response and AutoComplete classes to inherit from their C modules (MicroPython)
  • __request method of the HTTP class with the missing parameters (CircuitPython)
  • picoware_lcd C module buffers with 64-byte boundary alignment (MicroPython)