diff options
| author | Radomir Dopieralski <deshipu@users.noreply.github.com> | 2017-11-07 19:05:25 +0100 |
|---|---|---|
| committer | Scott Shawcroft <scott@tannewt.org> | 2017-11-07 10:05:25 -0800 |
| commit | 216fcedfbbe3df3f9a224da83df40c5cced90ae3 (patch) | |
| tree | 4efe5438d3922380c5a619a244fa4a784fb2712f /atmel-samd | |
| parent | d9a19c4c6515d2e3e805125bdef03e6073b7eb15 (diff) | |
Add a _stage module (#398)
This is a C module with some low-level functions required for the
CircuitPython "stage" library. It provides support for fast
rendering of tile grids and sprites on SPI-based RGB displays.
Diffstat (limited to 'atmel-samd')
| -rw-r--r-- | atmel-samd/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/atmel-samd/Makefile b/atmel-samd/Makefile index 4a45106db..f6c183ba9 100644 --- a/atmel-samd/Makefile +++ b/atmel-samd/Makefile @@ -333,6 +333,9 @@ SRC_SHARED_MODULE = \ os/__init__.c \ random/__init__.c \ storage/__init__.c \ + _stage/__init__.c \ + _stage/Layer.c \ + _stage/Text.c \ uheap/__init__.c \ ustack/__init__.c |
