| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2021-03-15 | run code formatting script | microDev | |
| 2020-11-25 | displayio: Fix ColorConverter make_* methods | arturo182 | |
| 2020-10-19 | displayio: Update docs for ColorConverter's make_opaque | Jensen Kuras | |
| Co-authored-by: Scott Shawcroft <scott@tannewt.org> | |||
| 2020-10-16 | displayio: Add in opaque pixel option for future | Jensen | |
| 2020-10-14 | displayio: Remove verbose error | Jensen | |
| 2020-10-14 | displayio: ColorConverter handle if opaque color is black | Jensen | |
| 2020-10-12 | displayio: Add make_transparent to ColorConverter | Jensen | |
| 2020-10-12 | displayio: Add make_transparent and make_opaque to ColorConvertor | Jensen | |
| 2020-10-12 | displayio: Pass transparent_color to ColorConverter | Jensen | |
| Signed-off-by: Jensen <jensechu@gmail.com> | |||
| 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-06-03 | Fix up end of file and trailing whitespace. | Diego Elio Pettenò | |
| This can be enforced by pre-commit, but correct it separately to make it easier to review. | |||
| 2020-05-12 | Swap sphinx to autoapi and the inline stubs | Scott Shawcroft | |
| 2020-05-07 | Did board, digitalio, displayio | dherrada | |
| 2019-09-08 | Set dither default to False and document it | Scott Shawcroft | |
| 2019-09-06 | Use kwargs for dither in ColorConverter constructor | Matthew Newberg | |
| 2019-09-06 | Fix comment on color converter | Matthew Newberg | |
| 2019-09-05 | Move dither parameter to ColorConverter constructor and parameter | Matthew Newberg | |
| 2019-07-19 | Review feedback including NO_BRIGHTNESS_COMMAND macro | Scott Shawcroft | |
| 2019-07-19 | Add support for grayscale displays that are < 8 bit depth. | Scott Shawcroft | |
| This also improves Palette so it stores the original RGB888 colors. Lastly, it adds I2CDisplay as a display bus to talk over I2C. Particularly useful for the SSD1306. Fixes #1828. Fixes #1956 | |||
| 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-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 | |||
