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
/
display_core.c
Age
Commit message (
Expand
)
Author
2020-10-26
Add grayscale EInk support
Scott Shawcroft
2020-10-15
displayio: further ensure just one start_terminal call
Jeff Epler
2020-10-02
Merge pull request #3507 from jepler/issue3506-matrixportal-crash
Limor "Ladyada" Fried
2020-10-02
displayio: Fix matrixportal crash
Jeff Epler
2020-10-01
Merge pull request #3449 from FoamyGuy/sdcard_odb_fix
Scott Shawcroft
2020-09-30
Ran pre-commit locally
Mark Roberts
2020-09-25
Requested changes take 1
Mark Roberts
2020-09-25
Fixed page set mask to be four bits!
Mark Roberts
2020-09-24
Mostly-working-version with comments
Mark Roberts
2020-09-22
Removed redundant send of page setting
Mark Roberts
2020-09-21
Changes to compile cleanly
Mark Roberts
2020-09-21
Quirk coded up for ...set_region_to_update
Mark Roberts
2020-09-11
fixes showing OnDiskBitmap with adafruit_sdcard
FoamyGuy
2020-05-09
Add vectorio: for drawing shapes
warriorofwire
2020-04-14
Merge remote-tracking branch 'adafruit/master' into lower_power
Scott Shawcroft
2020-04-14
Add Protomatter and FramebufferDisplay
Jeff Epler
2020-03-13
First try at lowering the power consumption
Scott Shawcroft
2019-12-16
displayio: make 'rotation' property settable
Jeff Epler
2019-11-18
Supervisor: move most of systick to the supervisor
Jeff Epler
2019-09-09
Merge pull request #2101 from matthewnewberg/display_io_dither
Scott Shawcroft
2019-09-03
Capture rotation
Dave Astels
2019-08-31
Add random dithering to ColorConverter
Matthew Newberg
2019-08-23
Rework based on Dan's review
Scott Shawcroft
2019-08-22
Regular display fixes including refresh tweaks
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