summaryrefslogtreecommitdiff
path: root/shared-bindings/displayio/Group.c
AgeCommit message (Expand)Author
2019-03-12Standardize TileGrid to x and y properties over positionScott Shawcroft
2019-03-12Accept x and y kwargs into Group for initial position.Scott Shawcroft
2019-02-13A safe mode fix and displayio fixesScott Shawcroft
2019-02-12Tweaks based on dhalbert's feedback.Scott Shawcroft
2019-02-11A variety of displayio improvementsScott Shawcroft
2019-01-14Add subclass support to displayio.Scott Shawcroft
2018-09-12Add OnDiskBitmap which loads pixel data straight from disk.Scott Shawcroft
2018-08-31Tweaks based on feedbackScott Shawcroft
2018-08-31Introduce displayio to render graphics to displays.Scott Shawcroft