| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 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 | Add Protomatter and FramebufferDisplay | Jeff Epler | |
| 2020-04-14 | displayio: implement, use allocate_new_display_bus_or_raise | Jeff Epler | |
| 2020-04-14 | displayio: implement, use allocate_display_or_raise | Jeff Epler | |
| 2020-04-09 | add docstring, clean up | caternuson | |
| 2020-04-09 | initial working fill | caternuson | |
| 2020-03-28 | Merge pull request #2730 from tannewt/fix_fourwire_phase_polarity | Jeff Epler | |
| Add polarity and phase to FourWire. | |||
| 2020-03-26 | Don't break the function signature | Scott Shawcroft | |
| 2020-03-25 | adding a backlight polarity flag to Display | siddacious | |
| 2020-03-25 | Add polarity and phase to FourWire. | Scott Shawcroft | |
| It was fixed as 0/0 even though it used to get it from the current SPI state. This makes it more explicit with kwargs. Thanks to magpie_lark and kmatocha on the Adafruit Support forum for finding the issue: https://forums.adafruit.com/viewtopic.php?f=60&t=162515 | |||
| 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 | |
| 2020-02-28 | new pin validation routines; don't use mp_const_none if NULL will do | Dan Halbert | |
| 2020-02-14 | Updated OnDiskBitmap RTD example for 5.x | Melissa LeBlanc-Williams | |
| 2020-02-03 | allow tuple or list for Palette color | Dan Halbert | |
| 2020-01-29 | Tweak error messages to reduce code size. | Scott Shawcroft | |
| 2019-12-30 | Update Shape.c | David Glaude | |
| Make no sense to say this is experimental and will change in 4.0.0 when we are already above 4.0.0. This should be removed, or updated to say it will not be in x.0.0 | |||
| 2019-12-16 | displayio: make 'rotation' property settable | Jeff Epler | |
| 2019-12-04 | Add connection interval and debugging | Scott Shawcroft | |
| This also sets TinyUSB to master and to not include its submodules. It also fixes an old displayio example comment and retries gattc reads. | |||
| 2019-09-09 | Merge pull request #2101 from matthewnewberg/display_io_dither | Scott Shawcroft | |
| Add random dithering to ColorConverter | |||
| 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-09-03 | Add .hidden to TileGrid and Group | Scott Shawcroft | |
| This allows for one to preserve ordering within a Group while hiding something temporarily. Fixes #1688 | |||
| 2019-08-31 | Add random dithering to ColorConverter | Matthew Newberg | |
| 2019-08-26 | Minor renames | Scott Shawcroft | |
| 2019-08-23 | Rework based on Dan's review | Scott Shawcroft | |
| 2019-08-22 | More cleanup | Scott Shawcroft | |
| 2019-08-22 | Add refresh_time to use if busy_pin is not given | Scott Shawcroft | |
| 2019-08-22 | Add reset() to display busses to detect whether it works | Scott Shawcroft | |
| 2019-08-22 | Refresh ePaper displays once code.py is done running | Scott Shawcroft | |
| 2019-08-22 | Rework refresh API and factor common display stuff out | Scott Shawcroft | |
| NOT TESTED! Just compiles Fixes #1691 | |||
| 2019-08-22 | Begin refresh rework. | Scott Shawcroft | |
| 2019-08-22 | EPaper displays work mostly. | Scott Shawcroft | |
| 2019-08-22 | Initial ePaper work | Scott Shawcroft | |
| 2019-08-21 | Get rid of the last bits of array dependancy | Dave Astels | |
| 2019-08-21 | Merge remote-tracking branch 'adafruit/master' into displayio_fill_area | Dave Astels | |
| 2019-08-21 | Remove unneeded lines | Dave Astels | |
| 2019-08-20 | getting the buffer info should happen first (due to its check) | Dave Astels | |
| 2019-08-20 | Move the get_buffer call earlier | Dave Astels | |
| 2019-08-20 | Remove array cast | Dave Astels | |
| 2019-08-20 | Remove temporarily comments code | Dave Astels | |
| 2019-08-20 | Rework to simplify | Dave Astels | |
| 2019-08-20 | Switch to positional parameters | Dave Astels | |
| 2019-08-20 | Fix typo | Dave Astels | |
| 2019-08-16 | Simplify to only extracting one line | Dave Astels | |
| Since this was the usecase, doing so simplifies the function significantly. | |||
| 2019-08-11 | shared-bindings: Use RUN_BACKGROUND_TASKS | Jeff Epler | |
| 2019-08-07 | Pass in preallocated result buffer | Dave Astels | |
