Stage, a Tile and Sprite Engine¶
A library for MicroPython for drawing tiles and sprites on a RGB SPI screen.
This is a MicroPython library that provides the means for drawing sprites with tiled background on 16-bit SPI-based displays. It consists of a small part written in C that needs to be compiled into the firmware, and the rest written in Python, usually also included in the firmware as frozen modules.
This library was originally created in CircuitPython for µGame , but has since been ported onto other platforms.
Logs¶
2022-07-27 - PNG Support
2021-10-07 - PicoSystem
2021-08-30 - Meowbit
2020-12-18 - Tinypico Play Shield
2020-03-08 - Dynamically Loadable Modules, Continued
2019-12-26 - Dynamically Loadable Module
2019-08-01 - Scaling
2019-08-01 - Proper Repository
2019-08-01 - M5Stack Support
2019-01-31 - Build for ESP8266
2019-01-08 - MicroPython Branch
2018-06-29 - This Just Arrived
2018-06-20 - More Players
2018-03-11 - Support Larger Resolutions
2018-03-11 - Porting to M5Stack