index
:
suspect-devices/circuitpython
1.x
2.x
3.x
4.0.x
4.1.x
4.x
5.0.x
5.1.x
5.3.x
6.0.x
6.1.x
6.2.x
audiocore-rawsample-sinewave
azure
azure-pipelines
cross
dm-mixer
dynamic-native-modules
encoding
esp-extra-scripts
fix_typo_spanish
iabdalkader-cc3k-update
jepler-try-ubuntu-20.04
main
master
parse-bytecode
reentrant-gc
stable
travis-clang
travis-esp8266
travis-stackless
travis-testing
type_hints
CircuitPython - a Python implementation for teaching coding with microcontrollers
feurig
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
shared-module
/
displayio
Age
Commit message (
Expand
)
Author
2019-11-15
Add never_reset and reset to pin common hal, adjust files
Hierophect
2019-11-08
Fixed I2CDisplay reset issue
Melissa LeBlanc-Williams
2019-09-09
Merge pull request #2101 from matthewnewberg/display_io_dither
Scott Shawcroft
2019-09-05
Move dither parameter to ColorConverter constructor and parameter
Matthew Newberg
2019-09-04
Removed unused return value in displayio_colorconverter_convert
Matthew Newberg
2019-09-04
Bitpack bools in TileGrid and Group
Scott Shawcroft
2019-09-03
Add .hidden to TileGrid and Group
Scott Shawcroft
2019-09-03
Fix I2CDisplay bus_free to not grab lock
Scott Shawcroft
2019-09-03
Capture rotation
Dave Astels
2019-08-31
Add random dithering to ColorConverter
Matthew Newberg
2019-08-26
Minor renames
Scott Shawcroft
2019-08-23
Rework based on Dan's review
Scott Shawcroft
2019-08-22
More cleanup
Scott Shawcroft
2019-08-22
Regular display fixes including refresh tweaks
Scott Shawcroft
2019-08-22
Add refresh_time to use if busy_pin is not given
Scott Shawcroft
2019-08-22
Add reset() to display busses to detect whether it works
Scott Shawcroft
2019-08-22
Refresh ePaper displays once code.py is done running
Scott Shawcroft
2019-08-22
Rework refresh API and factor common display stuff out
Scott Shawcroft
2019-08-22
Begin refresh rework.
Scott Shawcroft
2019-08-22
EPaper displays work mostly.
Scott Shawcroft
2019-08-21
Merge remote-tracking branch 'adafruit/master' into displayio_fill_area
Dave Astels
2019-08-19
Merge remote-tracking branch 'adafruit/master' into run-background-tasks
Dan Halbert
2019-08-14
Fix I2CDisplay lifecycle and splash lifecycle.
Scott Shawcroft
2019-08-11
shared-module: Use RUN_BACKGROUND_TASKS
Jeff Epler
2019-08-05
Merge remote-tracking branch 'adafruit/4.1.x' into merge_in_410
Scott Shawcroft
2019-07-31
Merge remote-tracking branch 'adafruit/master' into displayio_fill_area
Dave Astels
2019-07-31
Expose rotation with a property
Dave Astels
2019-07-25
Add knobs for SSD1322 and two fixes.
Scott Shawcroft
2019-07-19
Review feedback including NO_BRIGHTNESS_COMMAND macro
Scott Shawcroft
2019-07-19
Add support for grayscale displays that are < 8 bit depth.
Scott Shawcroft
2019-07-19
Fix it's -> its
Scott Shawcroft
2019-07-18
Track a dirty area for in-memory bitmaps
Scott Shawcroft
2019-07-09
merge from master
Dan Halbert
2019-06-18
Merge pull request #1952 from tannewt/fixup_tilegrid_dirty
Scott Shawcroft
2019-06-17
Handle None for BLE name; fix ScanEntry bug; compile issue
Dan Halbert
2019-06-17
Add baudrate to FourWire and shorten delay.
Scott Shawcroft
2019-06-17
Use width for x. Thanks @deshipu
Scott Shawcroft
2019-06-17
Fix TileGrid's dirty tracking when changing top left
Scott Shawcroft
2019-06-13
Minor tweaks based on Dan's feedback
Scott Shawcroft
2019-06-12
Refactor deinit check to reduce code size.
Scott Shawcroft
2019-06-12
Add partial display update support.
Scott Shawcroft
2019-06-11
Merge latest 4.0.x fixes into master
Dan Halbert
2019-06-06
Include display objects in gc.
Dan Halbert
2019-05-31
Fix off-by-one error
Scott Shawcroft
2019-05-22
Make point 2 in areas exclusive and simplify full_coverage.
Scott Shawcroft
2019-05-21
Rework the pixel computation to use areas
Scott Shawcroft
2019-05-15
Remove old comment
Scott Shawcroft
2019-05-15
Add index and remove to Group.
Scott Shawcroft
2019-05-09
Handle -scale to 0 correctly in Group
Scott Shawcroft
2019-04-18
Merge pull request #1815 from dhalbert/stop-flicker
Scott Shawcroft
[next]