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
/
EPaperDisplay.c
Age
Commit message (
Expand
)
Author
2020-11-18
EPaperDisplay: add rotation property
Jeff Epler
2020-11-13
Add .busy property to EPaperDisplay
Scott Shawcroft
2020-11-13
Add board.DISPLAY to MagTag. Fix luma computation
Scott Shawcroft
2020-10-26
Add grayscale EInk support
Scott Shawcroft
2020-10-11
displayio, framebufferio: Remove spurious call to supervisor_start_terminal
Jeff Epler
2020-09-30
Ran pre-commit locally
Mark Roberts
2020-09-24
Mostly-working-version with comments
Mark Roberts
2020-09-21
Changes to compile cleanly
Mark Roberts
2020-07-15
displayio, framebufferio: Enable supervisor tick when a display is auto-refresh
Jeff Epler
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-11-29
Merge remote-tracking branch 'origin/master' into tick-refactor
Jeff Epler
2019-11-26
Fix ePaper so it works after a GC.
Scott Shawcroft
2019-11-18
Supervisor: move most of systick to the supervisor
Jeff Epler
2019-11-15
Add never_reset and reset to pin common hal, adjust files
Hierophect
2019-08-26
Minor renames
Scott Shawcroft
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
Add refresh_time to use if busy_pin is not given
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