summaryrefslogtreecommitdiff
path: root/frozen/circuitpython-stage
AgeCommit message (Collapse)Author
2020-10-02Bump circuitpython-stage to 1.1.1Radomir Dopieralski
This adds handling of GameOver exception as SystemExit in anticipation of the new way of starting games from the menu.
2020-07-18pewpew_m4: Enable analogio and usb_hidRadomir Dopieralski
The newest version for the Stage library for PewPewM4 no longer contains embedded graphics, which frees enough space in flash to enabled back AnalogIO and also add USB_HID. There is still ~192 bytes left free. If new additions to CircuitPython make it grow further, we can disable USB_HID again.
2020-04-16Bump circuitpython-stage to 1.0.11 to fix audio problemsRadomir Dopieralski
Fix #2773
2020-04-15Fix RGB/BGR colors in StageRadomir Dopieralski
This makes the colors used by the stage library compatible with those used by the displayio library.
2020-01-30circuitpython-stage: allow choosing background colorRadomir Dopieralski
2019-12-26Bump circuitpython-stage version to 1.0.8Radomir Dopieralski
2019-12-23Update PewPew M4Radomir Dopieralski
PewPew M4 now has the pew.py added to its frozen libraries. Some features needed to be disabled to make room for that.
2019-09-05Add support for PewPew M4 boardRadomir Dopieralski
2019-08-01Update circuitpython-stage to 1.0.4 for audiocore changesRadomir Dopieralski
Since some parts of audioio were moved to audiocore, we now have to import them differently.
2019-06-19update stage tooScott Shawcroft
2019-06-18Add support for PyGamer to Stage libraryRadomir Dopieralski
2019-05-22Bump circuitpython-stage to 1.0.2Radomir Dopieralski
This fixes an OverflowError in the read_palette function. (cherry picked from commit 4ebcca865cbda4b08dc917581438473f625e2a12)
2019-05-11Bump circuitpython-stage to 1.0.1Radomir Dopieralski
2019-04-23Update stage with 1.0.0 releaseScott Shawcroft
2019-04-16Update stage for GamePadShiftScott Shawcroft
2019-04-12Use displayio.Display directlyRadomir Dopieralski
2019-04-12Got back to using Display object in the Stage libraryRadomir Dopieralski
2019-04-12Enable displayio for uGame10 boardRadomir Dopieralski
Also, make the _stage library work with the fourwire bus, to re-use the display.
2019-03-17Add frozen stage module to ugame10 boardRadomir Dopieralski
And also ignore some more pins. This is needed for the builds on the circuitpython.org to be functional.