Skip to content

Picoware - v1.5.8

Choose a tag to compare

@jblanked jblanked released this 27 Dec 20:59
· 1143 commits to main since this release
1c6bad2

This is an update to the MicroPython version!

Added:

  • Email app: send emails over WiFi
  • image_bytearray_path method to the Draw class
  • readinto and file_readinto methods to the Storage class
  • python script (within tools) to convert .png to .bin
  • support for Waveshare Touch LCD 3.49"
  • ToggleList GUI class
  • Big Buck Bunny app: plays converted frames (must download and convert video using pngfb script)

Other:

  • optimized the psram by utilizing qspi and async (10% faster than v1.5.7)
  • optimized the Python Editor by reusing objects
  • increased the vfs buffer size to 16kb
  • added time elapsed information to the draw method in the Loading class