summaryrefslogtreecommitdiff
path: root/shared-bindings/displayio/Shape.c
AgeCommit message (Collapse)Author
2020-07-03Made every init return Nonedherrada
2020-07-03Added type hints to displayiodherrada
2020-05-12Swap sphinx to autoapi and the inline stubsScott Shawcroft
2020-05-07Did board, digitalio, displayiodherrada
2019-12-30Update Shape.cDavid Glaude
Make no sense to say this is experimental and will change in 4.0.0 when we are already above 4.0.0. This should be removed, or updated to say it will not be in x.0.0
2019-02-13Arg check width and height into Shape.Scott Shawcroft
Fixes #1537
2019-02-12Update Shape.cTG-Techie
2019-01-14Add subclass support to displayio.Scott Shawcroft
Also, swap make_news to accept a kwarg map and refine param checking. Fixes #1237
2019-01-14Add support for rendering a shape.Scott Shawcroft
Fixes #1171