summaryrefslogtreecommitdiff
path: root/shared-bindings/displayio/Group.c
AgeCommit message (Expand)Author
2020-08-07Modify some Python stubsTaku Fukada
2020-07-29Merge pull request #3214 from kmatch98/bitmap_writeScott Shawcroft
2020-07-28Updated to remove else statment, attempt to remove excess mpy-cross... fileMargaret Matocha
2020-07-28Updated to remove unnecessary else statementMargaret Matocha
2020-07-28Deleted mpy-cross fileMargaret Matocha
2020-07-27Updated Group.c to correct bug with insert into groupsMargaret Matocha
2020-07-27Fix several type hintsTaku Fukada
2020-07-24Add and correct some type hintsTaku Fukada
2020-07-16Made requested changes in displayiodherrada
2020-07-03Made every init return Nonedherrada
2020-07-03Made most of the requested changesdherrada
2020-07-03Added type hints to displayiodherrada
2020-07-02Removed all 'self, )'dherrada
2020-05-12Swap sphinx to autoapi and the inline stubsScott Shawcroft
2020-05-07Did board, digitalio, displayiodherrada
2019-09-03Add .hidden to TileGrid and GroupScott Shawcroft
2019-07-02Fix Group subscr to detect delete correctlyScott Shawcroft
2019-05-15Add index and remove to Group.Scott Shawcroft
2019-05-14Make Group iterable via a generic native iterator.Scott Shawcroft
2019-05-13Check native object in case of early accessScott Shawcroft
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