summaryrefslogtreecommitdiff
path: root/shared-bindings/framebufferio/FramebufferDisplay.h
AgeCommit message (Collapse)Author
2020-04-17framebufferio: update copyright informationJeff Epler
2020-04-17framebufferio: get width, etc., from protocol, not object propertyJeff Epler
2020-04-14protomatter: Respond to review commentsJeff Epler
- rename oe_pin -> output_enable_pin - improve and reorganize docstrings - rename swapbuffers->refresh - rename "paused" -> "brightness", change semantics slightly - common_hal several functions - clarify why the common_hal routines can't be used directly in the protocol's function pointers - whitespace cleanups - remove prototypes for nonexistent functions
2020-04-14framebufferio: move backlight down to the underlying framebufferJeff Epler
2020-04-14FramebufferDisplay: remove probably not needed constructor argumentsJeff Epler
2020-04-14Add Protomatter and FramebufferDisplayJeff Epler