summaryrefslogtreecommitdiff
path: root/shared-module/framebufferio/FramebufferDisplay.h
AgeCommit message (Collapse)Author
2021-03-15run code formatting scriptmicroDev
2020-08-18Split pulseio.PWMOut into pwmioScott Shawcroft
This gives us better granularity when implementing new ports because PWMOut is commonly implemented before PulseIn and PulseOut. Fixes #3211
2020-08-12Update shared-module/framebufferio/FramebufferDisplay.hJeff Epler
Co-authored-by: Scott Shawcroft <scott@tannewt.org>
2020-08-12sharpmemory: Implement support for Sharp Memory Displays in framebufferioJeff Epler
2020-08-12framebufferio: add dirty row trackingJeff Epler
2020-08-12framebufferio: 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-12framebufferio: add "first pixel offset" and "row stride"Jeff Epler
2020-07-20framebufferio: Handle auto refresh flag at resetJeff Epler
if we don't set the flag via accessor fn the tick enable might become wrong
2020-04-17framebufferio: update copyright informationJeff Epler
2020-04-17framebufferio: get width, etc., from protocol, not object propertyJeff Epler
2020-04-14framebufferio: move backlight down to the underlying framebufferJeff Epler
2020-04-14Add Protomatter and FramebufferDisplayJeff Epler