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-bindings
/
displayio
/
Display.c
Age
Commit message (
Expand
)
Author
2021-03-15
run code formatting script
microDev
2020-11-10
Correct display sequence format docs
Scott Shawcroft
2020-10-29
Fixing make stub warnings and mypy issuesmak
sw23
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-09-21
Initial commit bool column_and_page_addressing
Mark Roberts
2020-09-02
Delete trailing whitespace
Kevin Matocha
2020-09-02
Add backticks to function references in docs
Kevin Matocha
2020-09-01
Cleanup for sphinx
Kevin Matocha
2020-09-01
Delete trailing whitespace
Kevin Matocha
2020-09-01
Add Optional[int] to docs string
Kevin Matocha
2020-09-01
Modified docs to try to pass sphinx build
Kevin Matocha
2020-09-01
Added some backticks to clarify the docs
Kevin Matocha
2020-09-01
Add hanging tab to doc
Kevin Matocha
2020-09-01
Revise .refresh input default value for target_frames_per_second to None
Kevin Matocha
2020-09-01
Remove trailing whitespace
Kevin Matocha
2020-09-01
delete unnecessary comment
Kevin Matocha
2020-09-01
Update refresh to force immediate redraw with display.refresh() or display.re...
Kevin Matocha
2020-08-07
Modify some Python stubs
Taku Fukada
2020-07-27
Fix several type hints
Taku Fukada
2020-07-24
Add and correct some type hints
Taku Fukada
2020-07-16
Made requested changes in displayio
dherrada
2020-07-03
Made every init return None
dherrada
2020-07-03
Made most of the requested changes
dherrada
2020-07-03
Added type hints to displayio
dherrada
2020-06-14
shared-bindings: Change docstrings with '\x...' chars to raw strings
Jeff Epler
2020-05-12
Swap sphinx to autoapi and the inline stubs
Scott Shawcroft
2020-05-07
Did board, digitalio, displayio
dherrada
2020-04-14
Add Protomatter and FramebufferDisplay
Jeff Epler
2020-04-14
displayio: implement, use allocate_display_or_raise
Jeff Epler
2020-03-25
adding a backlight polarity flag to Display
siddacious
2020-03-05
rename routines to be clearer; fix wiznet arg types
Dan Halbert
2020-02-28
new pin validation routines; don't use mp_const_none if NULL will do
Dan Halbert
2019-12-16
displayio: make 'rotation' property settable
Jeff Epler
2019-09-05
Move dither parameter to ColorConverter constructor and parameter
Matthew Newberg
2019-08-31
Add random dithering to ColorConverter
Matthew Newberg
2019-08-23
Rework based on Dan's review
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-21
Get rid of the last bits of array dependancy
Dave Astels
2019-08-21
Remove unneeded lines
Dave Astels
2019-08-20
getting the buffer info should happen first (due to its check)
Dave Astels
2019-08-20
Move the get_buffer call earlier
Dave Astels
2019-08-20
Remove array cast
Dave Astels
2019-08-20
Remove temporarily comments code
Dave Astels
2019-08-20
Rework to simplify
Dave Astels
2019-08-20
Switch to positional parameters
Dave Astels
2019-08-20
Fix typo
Dave Astels
2019-08-16
Simplify to only extracting one line
Dave Astels
[next]