| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 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-06 | Make ParallelBus reset ping arg required | Dan Halbert | |
| 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 | |
| 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-03-12 | Update displayio docs to add detail to display bus comments | Scott Shawcroft | |
| Fixes #1599 | |||
| 2019-03-06 | check display-bus transaction status and act accordingly | Dan Halbert | |
| 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-02-01 | Add support for display rotation and raw commands | Scott Shawcroft | |
| Display rotation is relative to the scan order of the display. The scan order can be found by scrolling the display with command 0x37 `display_bus.send(0x37, struct.pack(">H", i % 128))` Fixes #1504 | |||
| 2019-01-31 | Fix hallowing and nrf builds | 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 | Fix other builds and hallowing | Scott Shawcroft | |
| 2019-01-16 | Rework displays in prep for dynamic support and 8bit parallel. | Scott Shawcroft | |
