circuitpython/ports/atmel-samd/supervisor
Scott Shawcroft 6697544cdf
Introduce displayio to render graphics to displays.
It's designed to minimize RAM footprint by using Sprites to
represent objects on the screen. The object model also facilitates
partial screen updating which reduces the bandwidth needed to display.

This is all handled in C. Python simply manipulates the objects with
the ability to synchronize to frame timing.
2018-08-31 12:31:52 -07:00
..
filesystem.c Use the external crystal on SAMD21 again. 2018-06-01 18:01:42 -07:00
port.c Introduce displayio to render graphics to displays. 2018-08-31 12:31:52 -07:00
samd21_cpu.s Mark pointers in cpu registers as in use. 2018-07-03 05:45:50 -07:00
samd51_cpu.s Mark pointers in cpu registers as in use. 2018-07-03 05:45:50 -07:00
serial.c WIP: works with just keyboard but not complex report descriptor 2018-03-30 23:24:00 -04:00