summaryrefslogtreecommitdiff
path: root/shared-bindings/displayio
AgeCommit message (Expand)Author
2020-02-14Updated OnDiskBitmap RTD example for 5.xMelissa LeBlanc-Williams
2020-02-03allow tuple or list for Palette colorDan Halbert
2020-01-29Tweak error messages to reduce code size.Scott Shawcroft
2019-12-30Update Shape.cDavid Glaude
2019-12-16displayio: make 'rotation' property settableJeff Epler
2019-12-04Add connection interval and debuggingScott Shawcroft
2019-09-09Merge pull request #2101 from matthewnewberg/display_io_ditherScott Shawcroft
2019-09-08Set dither default to False and document itScott Shawcroft
2019-09-06Use kwargs for dither in ColorConverter constructorMatthew Newberg
2019-09-06Fix comment on color converterMatthew Newberg
2019-09-05Move dither parameter to ColorConverter constructor and parameterMatthew Newberg
2019-09-03Add .hidden to TileGrid and GroupScott Shawcroft
2019-08-31Add random dithering to ColorConverterMatthew Newberg
2019-08-26Minor renamesScott Shawcroft
2019-08-23Rework based on Dan's reviewScott Shawcroft
2019-08-22More cleanupScott Shawcroft
2019-08-22Add refresh_time to use if busy_pin is not givenScott Shawcroft
2019-08-22Add reset() to display busses to detect whether it worksScott Shawcroft
2019-08-22Refresh ePaper displays once code.py is done runningScott Shawcroft
2019-08-22Rework refresh API and factor common display stuff outScott Shawcroft
2019-08-22Begin refresh rework.Scott Shawcroft
2019-08-22EPaper displays work mostly.Scott Shawcroft
2019-08-22Initial ePaper workScott Shawcroft
2019-08-21Get rid of the last bits of array dependancyDave Astels
2019-08-21Merge remote-tracking branch 'adafruit/master' into displayio_fill_areaDave Astels
2019-08-21Remove unneeded linesDave Astels
2019-08-20getting the buffer info should happen first (due to its check)Dave Astels
2019-08-20Move the get_buffer call earlierDave Astels
2019-08-20Remove array castDave Astels
2019-08-20Remove temporarily comments codeDave Astels
2019-08-20Rework to simplifyDave Astels
2019-08-20Switch to positional parametersDave Astels
2019-08-20Fix typoDave Astels
2019-08-16Simplify to only extracting one lineDave Astels
2019-08-11shared-bindings: Use RUN_BACKGROUND_TASKSJeff Epler
2019-08-07Pass in preallocated result bufferDave Astels
2019-08-07Remove obsolete experimental propertyDave Astels
2019-08-05Merge remote-tracking branch 'adafruit/4.1.x' into merge_in_410Scott Shawcroft
2019-07-31Merge remote-tracking branch 'adafruit/master' into displayio_fill_areaDave Astels
2019-07-31Expose rotation with a propertyDave Astels
2019-07-31Get fill_area workingDave Astels
2019-07-25Add knobs for SSD1322 and two fixes.Scott Shawcroft
2019-07-25WIP on exposing fill_areaDave Astels
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-18Track a dirty area for in-memory bitmapsScott Shawcroft
2019-07-02Fix Group subscr to detect delete correctlyScott Shawcroft
2019-06-18Fix displayio.Display docstring type for display_bus.Craig Forbes
2019-06-17Add baudrate to FourWire and shorten delay.Scott Shawcroft
2019-06-13Minor tweaks based on Dan's feedbackScott Shawcroft