summaryrefslogtreecommitdiff
path: root/shared-module/displayio
AgeCommit message (Expand)Author
2019-11-15Add never_reset and reset to pin common hal, adjust filesHierophect
2019-11-08Fixed I2CDisplay reset issueMelissa LeBlanc-Williams
2019-09-09Merge pull request #2101 from matthewnewberg/display_io_ditherScott Shawcroft
2019-09-05Move dither parameter to ColorConverter constructor and parameterMatthew Newberg
2019-09-04Removed unused return value in displayio_colorconverter_convertMatthew Newberg
2019-09-04Bitpack bools in TileGrid and GroupScott Shawcroft
2019-09-03Add .hidden to TileGrid and GroupScott Shawcroft
2019-09-03Fix I2CDisplay bus_free to not grab lockScott Shawcroft
2019-09-03Capture rotationDave Astels
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-22Regular display fixes including refresh tweaksScott 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-21Merge remote-tracking branch 'adafruit/master' into displayio_fill_areaDave Astels
2019-08-19Merge remote-tracking branch 'adafruit/master' into run-background-tasksDan Halbert
2019-08-14Fix I2CDisplay lifecycle and splash lifecycle.Scott Shawcroft
2019-08-11shared-module: Use RUN_BACKGROUND_TASKSJeff Epler
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-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-18Merge pull request #1952 from tannewt/fixup_tilegrid_dirtyScott Shawcroft
2019-06-17Handle None for BLE name; fix ScanEntry bug; compile issueDan Halbert
2019-06-17Add baudrate to FourWire and shorten delay.Scott Shawcroft
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-12Refactor deinit check to reduce code size.Scott Shawcroft
2019-06-12Add partial display update support.Scott Shawcroft
2019-06-11Merge latest 4.0.x fixes into masterDan Halbert
2019-06-06Include display objects in gc.Dan Halbert
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-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-18Merge pull request #1815 from dhalbert/stop-flickerScott Shawcroft