| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2020-08-12 | Update shared-module/framebufferio/FramebufferDisplay.h | Jeff Epler | |
| Co-authored-by: Scott Shawcroft <scott@tannewt.org> | |||
| 2020-08-12 | sharpmemory: Implement support for Sharp Memory Displays in framebufferio | Jeff Epler | |
| 2020-08-12 | framebufferio: add dirty row tracking | Jeff Epler | |
| 2020-08-12 | framebufferio: Add getters for remaining displayio_display_core_construct ↵ | Jeff Epler | |
| arguments .. and introduce a convenience macro that helps many of them be required (if their values match defaults or are inapplicable) | |||
| 2020-08-12 | framebufferio: Check early if framebuffer is big enough | Jeff Epler | |
| 2020-08-12 | framebufferio: add "first pixel offset" and "row stride" | Jeff Epler | |
| 2020-08-12 | framebufferio: handle sharp memory displays | Jeff Epler | |
| A bit of cheating; we need to add a protocol getter for reverse_bytes_in_word | |||
| 2020-08-12 | framebufferio: Handle 1 (tested), 2, and 4 bpp displays | Jeff Epler | |
| 2020-08-12 | framebufferio: Set type to none when releasing | Jeff Epler | |
| This avoids the message "Too many displays in use" when they are released directly, rather than via release_displays(). | |||
| 2020-08-12 | framebufferio: Don't call swapbuffers unnecessarily | Jeff Epler | |
| 2020-08-12 | framebufferio: Fix crash calling unimplemented get_brightness | Jeff Epler | |
| If set_brightness was implemented but get_brightness wasn't, this would hard fault | |||
| 2020-07-20 | framebufferio: Handle auto refresh flag at reset | Jeff Epler | |
| if we don't set the flag via accessor fn the tick enable might become wrong | |||
| 2020-07-15 | displayio, framebufferio: Enable supervisor tick when a display is auto-refresh | Jeff Epler | |
| This is a step towards restoring the efficiency of the background tasks | |||
| 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-04-20 | Merge remote-tracking branch 'adafruit/master' into lower_power | Scott Shawcroft | |
| This isn't perfect and needs a bit more testing. | |||
| 2020-04-17 | framebufferio: update copyright information | Jeff Epler | |
| 2020-04-17 | framebufferio: get width, etc., from protocol, not object property | Jeff Epler | |
| 2020-04-16 | Remove tick.h from merged file. | Scott Shawcroft | |
| 2020-04-14 | framebufferio: move backlight down to the underlying framebuffer | Jeff Epler | |
| 2020-04-14 | FramebufferDisplay: remove probably not needed constructor arguments | Jeff Epler | |
| 2020-04-14 | Add Protomatter and FramebufferDisplay | Jeff Epler | |
