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.c
Age
Commit message (
Expand
)
Author
2020-06-03
Fix up end of file and trailing whitespace.
Diego Elio Pettenò
2020-05-05
Merge pull request #2842 from hierophect/stm32-h7-displayio
hierophect
2020-05-01
Fix flag typo
Lucian Copeland
2020-04-30
Make PulseIO optional within DisplayIO
Lucian Copeland
2020-04-14
Merge remote-tracking branch 'adafruit/master' into lower_power
Scott Shawcroft
2020-04-14
Add Protomatter and FramebufferDisplay
Jeff Epler
2020-04-08
Save backlight_on_high correctly.
Scott Shawcroft
2020-03-31
Merge remote-tracking branch 'adafruit/master' into lower_power
Scott Shawcroft
2020-03-25
adding a backlight polarity flag to Display
siddacious
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-11-15
Add never_reset and reset to pin common hal, adjust files
Hierophect
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-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
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-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-06-13
Minor tweaks based on Dan's feedback
Scott Shawcroft
2019-06-12
Add partial display update support.
Scott Shawcroft
2019-04-18
add Display.__init__() args for brightness and auto_brightness
Dan Halbert
2019-04-05
Added comment regarding parameter loop
Melissa LeBlanc-Williams
2019-04-04
Added option to easily treat SPI parameter data as commands
Melissa LeBlanc-Williams
2019-04-01
Removed unnecessary bit-ANDing
Melissa LeBlanc-Williams
2019-03-31
Improved readability of Single Byte Bounds code
Melissa LeBlanc-Williams
2019-03-27
Simplified cs toggling into fourwire only
Melissa LeBlanc-Williams
2019-03-27
Simplified into fourwire only
Melissa LeBlanc-Williams
2019-03-26
Removed parameter so CS is always toggled
Melissa LeBlanc-Williams
2019-03-26
Removed parameter so CS is always toggled
Melissa LeBlanc-Williams
2019-03-26
Added small delay inside toggle for edge cases
Melissa LeBlanc-Williams
2019-03-26
Added small delay inside toggle for edge cases
Melissa LeBlanc-Williams
2019-03-25
Fixed wrong operator
Melissa LeBlanc-Williams
2019-03-24
Added Single Byte Boundaries option for certain displays
Melissa LeBlanc-Williams
2019-03-23
Moving Toggle to before command fixes driver issue
Melissa LeBlanc-Williams
2019-03-23
Added option to toggle cs in displayio init sequence
Melissa LeBlanc-Williams
2019-03-07
Rework background display task to allow reads from SPI SD card during display...
Dan Halbert
2019-03-06
check display-bus transaction status and act accordingly
Dan Halbert
2019-03-06
Merge pull request #1601 from penguindustin/master
Dan Halbert
[next]