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
Age
Commit message (
Expand
)
Author
2020-04-21
displayio: Fix "bus type" problem introduced at 8cba145c9029
Jeff Epler
2020-04-19
RGBMatrix: nonessential change to kick Actions
Jeff Epler
2020-04-17
framebufferio: update copyright information
Jeff Epler
2020-04-17
RGBMatrix: this comment no longer describes the code
Jeff Epler
2020-04-17
RGBMatrix: documentation got behind the code
Jeff Epler
2020-04-17
RGBMatrix: finish renaming from Protomatter
Jeff Epler
2020-04-17
RGBMatrix: remove unneeded properties
Jeff Epler
2020-04-17
framebufferio: get width, etc., from protocol, not object property
Jeff Epler
2020-04-17
Rename Protomatter -> RGBMatrix
Jeff Epler
2020-04-17
protomatter: move get_width/height to common_hal
Jeff Epler
2020-04-17
fix doc build
Jeff Epler
2020-04-17
framebufferio: get more properties direct from underlying framebuffer
Jeff Epler
2020-04-17
Rename _protomatter -> protomatter
Jeff Epler
2020-04-17
framebufferio: get width, height from framebuffer properties
Jeff Epler
2020-04-17
Protomatter: add width, height properties
Jeff Epler
2020-04-14
Protomatter: Make all arguments kw-only, add rgb count and optional height ch...
Jeff Epler
2020-04-14
protomatter: Respond to review comments
Jeff Epler
2020-04-14
protomatter: clarify by comment why these functions exist
Jeff Epler
2020-04-14
framebufferio: move backlight down to the underlying framebuffer
Jeff Epler
2020-04-14
protomatter: code style
Jeff Epler
2020-04-14
protomatter: validate pins to give better error message
Jeff Epler
2020-04-14
protomatter: improve an error message
Jeff Epler
2020-04-14
FramebufferDisplay: remove probably not needed constructor arguments
Jeff Epler
2020-04-14
protomatter: make docstring match implementation
Jeff Epler
2020-04-14
_protomatter: move get/set paused into shared-module
Jeff Epler
2020-04-14
Make function name more descriptive
Jeff Epler
2020-04-14
use floor division in docstring
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-14
Merge pull request #2767 from jepler/update-ulab
Scott Shawcroft
2020-04-14
Merge pull request #2756 from caternuson/bitmap_fill
Scott Shawcroft
2020-04-13
doc updates
Jeff Epler
2020-04-09
add docstring, clean up
caternuson
2020-04-09
initial working fill
caternuson
2020-04-09
ulab/__init__.rst: fix attribute name; uint8 -> uint16
sommersoft
2020-03-31
Merge pull request #2741 from tannewt/fix_packetbuffer_server
Scott Shawcroft
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 exception on small buffer and fix Connecion WRITE handling
Scott Shawcroft
2020-03-25
Add polarity and phase to FourWire.
Scott Shawcroft
2020-03-17
Update shared-bindings/ulab/__init__.rst
Jeff Epler
2020-03-17
ulab: update documentation
Jeff Epler
2020-03-06
Make ParallelBus reset ping arg required
Dan Halbert
2020-03-05
Merge remote-tracking branch 'adafruit/master' into assert_pin-and-mp_const_n...
Dan Halbert
2020-03-05
rename routines to be clearer; fix wiznet arg types
Dan Halbert
2020-02-29
missing semicolon
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
[next]