summaryrefslogtreecommitdiff
path: root/shared-module/displayio/Shape.c
AgeCommit message (Collapse)Author
2019-02-12DISPIO: end_x can't be > height of shapeTG-Techie
an author must have forgotten to change from height to width after copy paste.
2019-01-15Fix default values on last line.Scott Shawcroft
2019-01-14Add support for rendering a shape.Scott Shawcroft
Fixes #1171