| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2020-10-29 | Fixing make stub warnings and mypy issuesmak | sw23 | |
| 2020-08-21 | shorten error strings | Kevin Matocha | |
| 2020-08-21 | Added hanging indents to docs per @sommersoft's suggestion | Kevin Matocha | |
| 2020-08-21 | More tweaks to try to fix documentation failing | Kevin Matocha | |
| 2020-08-21 | Minor tweaks to try to fix documentation failing | Kevin Matocha | |
| 2020-08-21 | Update documentation string with blank line | Kevin Matocha | |
| 2020-08-21 | Merge adafruit/main latest | Kevin Matocha | |
| 2020-08-21 | Merge with latest adafruit/main | Kevin Matocha | |
| 2020-08-21 | Updating main to adafruit/main | Kevin Matocha | |
| 2020-08-15 | Update documentation to remove whitespaces | Kevin Matocha | |
| 2020-08-14 | Corrected erroneous edit to fill description to -> None | Kevin Matocha | |
| 2020-08-14 | Bug fixes related to input parameter handling x1,y1. Update comments | Kevin Matocha | |
| 2020-08-14 | Deleted trailing whitespace | Kevin Matocha | |
| 2020-08-14 | Added inclusive indexing for x2,y2, fixed default value handling for x1,y1, ↵ | Kevin Matocha | |
| added bitmap palette comparison | |||
| 2020-08-14 | Added bitmap.blit function for bitmap slice copy | Margaret Matocha | |
| 2020-08-14 | Added bitmap.blit function for copying slices of bitmaps | Margaret Matocha | |
| 2020-08-07 | Added bitmap.insert function for slice copy into a bitmap from another bitmap | Margaret Matocha | |
| 2020-07-30 | Fix inability to set values in 32-bit Bitmap. | Christian Walther | |
| 2020-07-27 | Fix several type hints | Taku Fukada | |
| 2020-07-03 | Made every init return None | dherrada | |
| 2020-07-03 | Added type hints to displayio | dherrada | |
| 2020-05-12 | Swap sphinx to autoapi and the inline stubs | Scott Shawcroft | |
| 2020-05-07 | Did board, digitalio, displayio | dherrada | |
| 2020-04-09 | add docstring, clean up | caternuson | |
| 2020-04-09 | initial working fill | caternuson | |
| 2019-03-25 | Properly calculate BPP for displayio.Bitmap | Radomir Dopieralski | |
| Fix #1669 | |||
| 2019-02-11 | A variety of displayio improvements | Scott Shawcroft | |
| This changes a number of things in displayio: * Introduces BuiltinFont and Glyph so the built in font can be used by libraries. For boards with a font it is available as board.TERMINAL_FONT. Fixes #1172 * Remove _load_row from Bitmap in favor of bitmap[] access. Index can be x/y tuple or overall index. Fixes #1191 * Add width and height properties to Bitmap. * Add insert and [] access to Group. Fixes #1518 * Add index param to pop on Group. * Terminal no longer takes unicode character info. It takes a BuiltinFont instead. * Fix Terminal's handling of [###D vt100 commands used when up arrowing into repl history. * Add x and y positions to Group plus scale as well. * Add bitmap accessor for BuiltinFont | |||
| 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 | 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. | |||
