Skip to content

Releases: python-ugame/circuitpython

4.0.0-ugame

21 May 01:14
Compare
Choose a tag to compare

This is a special release of Adafruit CircuitPython 4.0.0 for µGame 10.x. It is necessary, because due to last-minute changes the version of the µGame libraries included in the official 4.0.0 release doesn't work. Please use this release instead.

In order to upgrade your µGame device, please connect it to USB and press the reset button twice, then copy the circuitpython-ugame10-4.0.0.uf2 file to the TRINKETBOOT disk that appears.

µGame 10 firmware with CircuitPython 3.0.2

30 Sep 10:12
Compare
Choose a tag to compare

This is an update of the µGame 10 firmware, using CircuitPython 3.0.2 The changes include:

  • Now ships with CircuitPython 3.0.2, which has a number of bug fixes and performance improvements.
  • Updated and improved gamepad library for handling the button presses.
  • Rewritten ugame.Audio class to handle the new way CircuitPython plays wave files.
  • A new art module including built-in assets for games. For now it only has assets for Vacuum Invaders.

Please note that while most games should be compatible, games that handled sound on their own (not through the Audio class) and games that require compiling to .mpy file will need to be updated.