Skip to content

October 30, 2020

Choose a tag to compare

@phoddie phoddie released this 31 Oct 00:14
· 7113 commits to public since this release

October 30, 2020

  • Instances of Digital now have a close method
  • In instances of TypedArray (Uint8Array, Float32Array, etc) an internal slot was visible to scripts. This was generally harmless but caused problems in certain circumstances. Fixes #479 and #480 (reported by @dckc)
  • Faster ESP32 builds on Windows by avoiding unnecessary time stamp change to sdkconfig.h
  • On Windows, detect invalid MODDABLE environment variable. Provides early error for #471 (reported by @thomasqbrady)
  • Fix for screen initialization on certain revisions M5Stack models (from @meganetaaan)
  • M5 device targets that support audio finish play the start-up sound before running the app. Fixes #482 (reported by @stc1988)
  • Add driver for BM8563 real time clock. Use in second generation M5 Stick C device target. (from @wilberforce)
  • AudioOut instances no longer are automatically garbage collected; they must be explicitly closed
  • NFNT font engine now uses the offset (from width offset table) when calculating horizontal position
  • New build targets in the simulator for Moddable One, Moddable Two, and Moddable Three. The devices support rotation.
> mcconfig -d -m -p sim/moddable_one
> mcconfig -d -m -p sim/moddable_two
> mcconfig -d -m -p sim/moddable_three
> mcconfig -d -m -p sim/moddable_three -r 90

Moddable Three Moddable Three rotated