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
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
2019-03-05
changed from mp_int_t to uint16_t
Dustin Mendoza
2019-02-28
Don't wait for display frame if interrupt pending
Dan Halbert
2019-02-25
added height and width attributes for displayio
Dustin Mendoza
2019-02-21
Tweak the backlight PWM rate to be higher that audio range. Fixes #1571
Scott Shawcroft
2019-02-01
Add support for display rotation and raw commands
Scott Shawcroft
2019-01-31
Correctly handle no backlight pin.
Scott Shawcroft
2019-01-31
More improvements to Terminal:
Scott Shawcroft
2019-01-31
Support adjustable backlight brightness
Scott Shawcroft
2019-01-31
Rudamentary backlight support
Scott Shawcroft
2019-01-31
Hook up the terminal based on the first display.
Scott Shawcroft
[next]