summaryrefslogtreecommitdiff
path: root/shared-module/displayio/Group.c
AgeCommit message (Expand)Author
2019-09-03Add .hidden to TileGrid and GroupScott Shawcroft
2019-07-19Add support for grayscale displays that are < 8 bit depth.Scott Shawcroft
2019-06-13Minor tweaks based on Dan's feedbackScott Shawcroft
2019-06-12Add partial display update support.Scott Shawcroft
2019-05-22Make point 2 in areas exclusive and simplify full_coverage.Scott Shawcroft
2019-05-21Rework the pixel computation to use areasScott Shawcroft
2019-05-15Remove old commentScott Shawcroft
2019-05-15Add index and remove to Group.Scott Shawcroft
2019-05-09Handle -scale to 0 correctly in GroupScott Shawcroft
2019-04-03change direction of shift rightcaternuson
2019-03-12Accept x and y kwargs into Group for initial position.Scott Shawcroft
2019-02-15Store the original layer in GroupScott 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-31Remove Sprite referencesScott Shawcroft
2019-01-31More improvements to Terminal:Scott Shawcroft
2019-01-31Hook up the terminal based on the first display.Scott Shawcroft
2019-01-31Add TileGridScott Shawcroft
2019-01-17pyportal compiles and tweak blinka colorsScott Shawcroft
2019-01-14Add subclass support to displayio.Scott Shawcroft
2019-01-10Support rendering groups inside groupsScott Shawcroft
2018-09-13More explicit init in GroupScott Shawcroft
2018-09-12Add OnDiskBitmap which loads pixel data straight from disk.Scott Shawcroft
2018-08-31Introduce displayio to render graphics to displays.Scott Shawcroft