| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2021-03-15 | run code formatting script | microDev | |
| 2020-07-27 | Fix several type hints | Taku Fukada | |
| 2020-07-03 | Made every init return None | dherrada | |
| 2020-07-03 | Made most of the requested changes | dherrada | |
| 2020-07-03 | Added type hints to displayio | dherrada | |
| 2020-07-02 | Removed all 'self, )' | dherrada | |
| 2020-05-12 | Swap sphinx to autoapi and the inline stubs | Scott Shawcroft | |
| 2020-05-07 | Did board, digitalio, displayio | dherrada | |
| 2020-04-21 | displayio: Fix "bus type" problem introduced at 8cba145c9029 | Jeff Epler | |
| When allocate_display_bus_or_raise was factored out, the assignment of the bus's Python type was lost. Restore it. This would have affected displays of any type other than RGBMatrix, when they were created dynamically. Boards with displays configured in flash were unaffected. Closes: #2792 | |||
| 2020-04-14 | displayio: implement, use allocate_new_display_bus_or_raise | Jeff Epler | |
| 2020-03-05 | rename routines to be clearer; fix wiznet arg types | Dan Halbert | |
| 2020-02-29 | update uses of assert_pin_free; remove redundant checks | Dan Halbert | |
| 2020-01-29 | Tweak error messages to reduce code size. | Scott Shawcroft | |
| 2019-08-23 | Rework based on Dan's review | Scott Shawcroft | |
| 2019-08-22 | Add reset() to display busses to detect whether it works | Scott Shawcroft | |
| 2019-08-22 | EPaper displays work mostly. | Scott Shawcroft | |
| 2019-08-11 | shared-bindings: Use RUN_BACKGROUND_TASKS | Jeff Epler | |
| 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 | |||
