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.h
Age
Commit message (
Expand
)
Author
2020-09-24
Mostly-working-version with comments
Mark Roberts
2020-09-21
Initial commit bool column_and_page_addressing
Mark Roberts
2020-08-18
Split pulseio.PWMOut into pwmio
Scott Shawcroft
2020-06-24
Switch SPI to polling DMA and enable displayio
Scott Shawcroft
2020-03-25
adding a backlight polarity flag to Display
siddacious
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-07-31
Expose rotation with a property
Dave Astels
2019-07-19
Add support for grayscale displays that are < 8 bit depth.
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-04-04
Added option to easily treat SPI parameter data as commands
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-24
Added Single Byte Boundaries option for certain displays
Melissa LeBlanc-Williams
2019-03-23
Added option to toggle cs in displayio init sequence
Melissa LeBlanc-Williams
2019-02-01
Add support for display rotation and raw commands
Scott Shawcroft
2019-01-31
Rudamentary backlight support
Scott Shawcroft
2019-01-16
Rework displays in prep for dynamic support and 8bit parallel.
Scott Shawcroft