summaryrefslogtreecommitdiff
path: root/shared-module/displayio/TileGrid.c
AgeCommit message (Expand)Author
2020-06-03Fix up end of file and trailing whitespace.Diego Elio Pettenò
2019-09-09Merge pull request #2101 from matthewnewberg/display_io_ditherScott Shawcroft
2019-09-03Add .hidden to TileGrid and GroupScott Shawcroft
2019-08-31Add random dithering to ColorConverterMatthew Newberg
2019-08-22Regular display fixes including refresh tweaksScott Shawcroft
2019-08-22EPaper displays work mostly.Scott Shawcroft
2019-08-05Merge remote-tracking branch 'adafruit/4.1.x' into merge_in_410Scott Shawcroft
2019-07-25Add knobs for SSD1322 and two fixes.Scott Shawcroft
2019-07-19Review feedback including NO_BRIGHTNESS_COMMAND macroScott Shawcroft
2019-07-19Add support for grayscale displays that are < 8 bit depth.Scott Shawcroft
2019-07-19Fix it's -> itsScott Shawcroft
2019-07-18Track a dirty area for in-memory bitmapsScott Shawcroft
2019-07-09merge from masterDan Halbert
2019-06-17Handle None for BLE name; fix ScanEntry bug; compile issueDan Halbert
2019-06-17Use width for x. Thanks @deshipuScott Shawcroft
2019-06-17Fix TileGrid's dirty tracking when changing top leftScott Shawcroft
2019-06-13Minor tweaks based on Dan's feedbackScott Shawcroft
2019-06-12Add partial display update support.Scott Shawcroft
2019-05-31Fix off-by-one errorScott 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-03-27TileGrid: pixel_shader is not always a paletteDan Halbert
2019-03-12Standardize TileGrid to x and y properties over positionScott Shawcroft
2019-02-13A safe mode fix and displayio fixesScott Shawcroft
2019-02-11A variety of displayio improvementsScott 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 terminalioScott Shawcroft
2019-01-31Add TileGridScott Shawcroft