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
Age
Commit message (
Expand
)
Author
2020-07-16
Made requested changes in displayio
dherrada
2020-07-03
Added type hints previously missed
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-07-02
Removed all 'self, )'
dherrada
2020-06-14
shared-bindings: Change docstrings with '\x...' chars to raw strings
Jeff Epler
2020-06-03
Fix up end of file and trailing whitespace.
Diego Elio Pettenò
2020-05-12
Swap sphinx to autoapi and the inline stubs
Scott Shawcroft
2020-05-07
Did board, digitalio, displayio
dherrada
2020-04-21
displayio: Fix "bus type" problem introduced at 8cba145c9029
Jeff Epler
2020-04-14
Add Protomatter and FramebufferDisplay
Jeff Epler
2020-04-14
displayio: implement, use allocate_new_display_bus_or_raise
Jeff Epler
2020-04-14
displayio: implement, use allocate_display_or_raise
Jeff Epler
2020-04-09
add docstring, clean up
caternuson
2020-04-09
initial working fill
caternuson
2020-03-28
Merge pull request #2730 from tannewt/fix_fourwire_phase_polarity
Jeff Epler
2020-03-26
Don't break the function signature
Scott Shawcroft
2020-03-25
adding a backlight polarity flag to Display
siddacious
2020-03-25
Add polarity and phase to FourWire.
Scott Shawcroft
2020-03-06
Make ParallelBus reset ping arg required
Dan Halbert
2020-03-05
rename routines to be clearer; fix wiznet arg types
Dan Halbert
2020-02-29
update uses of assert_pin_free; remove redundant checks
Dan Halbert
2020-02-28
new pin validation routines; don't use mp_const_none if NULL will do
Dan Halbert
2020-02-14
Updated OnDiskBitmap RTD example for 5.x
Melissa LeBlanc-Williams
2020-02-03
allow tuple or list for Palette color
Dan Halbert
2020-01-29
Tweak error messages to reduce code size.
Scott Shawcroft
2019-12-30
Update Shape.c
David Glaude
2019-12-16
displayio: make 'rotation' property settable
Jeff Epler
2019-12-04
Add connection interval and debugging
Scott Shawcroft
2019-09-09
Merge pull request #2101 from matthewnewberg/display_io_dither
Scott Shawcroft
2019-09-08
Set dither default to False and document it
Scott Shawcroft
2019-09-06
Use kwargs for dither in ColorConverter constructor
Matthew Newberg
2019-09-06
Fix comment on color converter
Matthew Newberg
2019-09-05
Move dither parameter to ColorConverter constructor and parameter
Matthew Newberg
2019-09-03
Add .hidden to TileGrid and Group
Scott Shawcroft
2019-08-31
Add random dithering to ColorConverter
Matthew Newberg
2019-08-26
Minor renames
Scott Shawcroft
2019-08-23
Rework based on Dan's review
Scott Shawcroft
2019-08-22
More cleanup
Scott Shawcroft
2019-08-22
Add refresh_time to use if busy_pin is not given
Scott Shawcroft
2019-08-22
Add reset() to display busses to detect whether it works
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
2019-08-22
Initial ePaper work
Scott Shawcroft
2019-08-21
Get rid of the last bits of array dependancy
Dave Astels
2019-08-21
Merge remote-tracking branch 'adafruit/master' into displayio_fill_area
Dave Astels
2019-08-21
Remove unneeded lines
Dave Astels
[next]