summaryrefslogtreecommitdiff
path: root/shared-bindings/framebufferio/FramebufferDisplay.c
AgeCommit message (Collapse)Author
2020-05-12Swap sphinx to autoapi and the inline stubsScott Shawcroft
2020-05-07Did _eve, fontio, framebufferio, and frequencyiodherrada
2020-04-17framebufferio: update copyright informationJeff Epler
2020-04-17framebufferio: get width, etc., from protocol, not object propertyJeff Epler
2020-04-17framebufferio: get more properties direct from underlying framebufferJeff Epler
2020-04-17framebufferio: get width, height from framebuffer propertiesJeff 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