| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2019-01-23 | Make palette color ordering consistent with ColorConvertes and fix blinka. | Scott Shawcroft | |
| 2019-01-18 | Cleanup display rework for PR. | Scott Shawcroft | |
| Fixes #1465. Fixes #1337. Fixes #1168 | |||
| 2019-01-17 | fix nonetype handling and nrf never reset | Scott Shawcroft | |
| 2019-01-17 | Fix up nrf and using board.SPI in FourWire | Scott Shawcroft | |
| 2019-01-17 | Fix other builds and hallowing | Scott Shawcroft | |
| 2019-01-17 | pyportal compiles and tweak blinka colors | Scott Shawcroft | |
| 2019-01-17 | External fourwire works and blinka splash after | Scott Shawcroft | |
| 2019-01-16 | Rework displays in prep for dynamic support and 8bit parallel. | Scott Shawcroft | |
| 2019-01-14 | Add subclass support to displayio. | Scott Shawcroft | |
| Also, swap make_news to accept a kwarg map and refine param checking. Fixes #1237 | |||
| 2018-08-31 | Introduce displayio to render graphics to displays. | Scott Shawcroft | |
| 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. | |||
