summaryrefslogtreecommitdiff
path: root/shared-module/displayio/Shape.c
AgeCommit message (Expand)Author
2021-03-15run code formatting scriptmicroDev
2020-09-10Fix off-by-one error, simplify the logic, add commentsKevin Matocha
2020-09-08Utilize MIN and MAX functions from py/misc.hKevin Matocha
2020-09-04Delete unnecessary commentKevin Matocha
2020-09-04Add final newlineKevin Matocha
2020-09-04Delete trailing blank lines from Shape.cKevin Matocha
2020-09-04Add dirty rectangle tracking to Shape display elementKevin Matocha
2019-02-12DISPIO: end_x can't be > height of shapeTG-Techie
2019-01-15Fix default values on last line.Scott Shawcroft
2019-01-14Add support for rendering a shape.Scott Shawcroft