summaryrefslogtreecommitdiff
path: root/shared-bindings/rgbmatrix/RGBMatrix.c
AgeCommit message (Expand)Author
2021-03-27RGBMatrix: fix memoryview(matrix)Jeff Epler
2021-03-15run code formatting scriptmicroDev
2021-01-28RGBMatrix: change default to serpentine=TrueJeff Epler
2021-01-26Disallow tile=0Jeff Epler
2021-01-26rgbmatrix: Eliminate some duplicated height-calculating codeJeff Epler
2021-01-26RGBMatrix: Additional tile tweaksJeff Epler
2021-01-26protmatter: Update to version that supports tilingJeff Epler
2020-11-09RGBMatrix: Detect invalid bit_depth selectionJeff Epler
2020-10-01Update shared-bindings/rgbmatrix/RGBMatrix.cJeff Epler
2020-09-29rgbmatrix: Check that the number of rgb pins is supported.Jeff Epler
2020-09-29rgbmatrix: validate width= constructor parameterJeff Epler
2020-09-02rgbmatrix: Move struct definition to shared-module, rename 'core' memberJeff Epler
2020-08-12framebufferio: add dirty row trackingJeff Epler
2020-08-07Modify some Python stubsTaku Fukada
2020-07-27Fix several type hintsTaku Fukada
2020-07-24Add and correct some type hintsTaku Fukada
2020-07-03Made every init return Nonedherrada
2020-07-03Made most of the requested changesdherrada
2020-07-03Added type hints to rgbmatrixdherrada
2020-07-02Removed all 'self, )'dherrada
2020-06-26shared-bindings: Factor out validate_list_is_free_pinsJeff Epler
2020-05-12Swap sphinx to autoapi and the inline stubsScott Shawcroft
2020-05-11Did rgbmatrix, rotaryio, and RTCdherrada
2020-04-19RGBMatrix: nonessential change to kick ActionsJeff Epler
2020-04-17RGBMatrix: this comment no longer describes the codeJeff Epler
2020-04-17RGBMatrix: documentation got behind the codeJeff Epler
2020-04-17RGBMatrix: finish renaming from ProtomatterJeff Epler
2020-04-17RGBMatrix: remove unneeded propertiesJeff Epler
2020-04-17framebufferio: get width, etc., from protocol, not object propertyJeff Epler
2020-04-17Rename Protomatter -> RGBMatrixJeff Epler