| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2019-01-20 | adding height and width to OnDiskBitmap for #1460 | Bryan Siepert | |
| 2019-01-18 | simplify arg checking for display | Scott Shawcroft | |
| 2019-01-18 | Improvements thanks to danh's review | Scott Shawcroft | |
| 2019-01-18 | Add a bit more to the docs | Scott Shawcroft | |
| 2019-01-17 | Fix up nrf and using board.SPI in FourWire | Scott Shawcroft | |
| 2019-01-17 | share fourwire and make nrf compile | Scott Shawcroft | |
| 2019-01-17 | Fix other builds and hallowing | 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 | |||
| 2019-01-14 | Support subclasses of Shape as bitmaps. | Scott Shawcroft | |
| 2019-01-14 | Add support for rendering a shape. | Scott Shawcroft | |
| Fixes #1171 | |||
| 2018-09-12 | Add OnDiskBitmap which loads pixel data straight from disk. | Scott Shawcroft | |
| Also, renamed Sprite's palette to pixel_shader so it can be anything that produces colors based on values (including color values). Added a ColorConverter that converts RGB888 (found in bitmaps) to RGB565 for the display. Fixes #1182 | |||
| 2018-09-06 | Merge translations and update title underline | Scott Shawcroft | |
| 2018-09-06 | Minor tweaks based on feedback | Scott Shawcroft | |
| 2018-08-31 | Tweaks based on feedback | Scott Shawcroft | |
| 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. | |||
