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-05-11
Merge pull request #2877 from rhooper/pixelbuf-doc-fix
Scott Shawcroft
2020-05-10
ujson: do not eat trailing whitespace
warriorofwire
2020-05-10
fix another doc error (pixelsx - thanks @theacodes)
Roy Hooper
2020-05-10
Fix docs some more
Roy Hooper
2020-05-10
Minor fixes to _pixelbuf.PixelBuf docs
Roy Hooper
2020-05-08
Update wheel to colorwheel and fix RGB order.
Kattni Rembor
2020-05-08
Update colorwheel from GRB to RGB.
Kattni Rembor
2020-05-06
Fix type in RTC documentation.
spkuehl
2020-05-06
aesio: add basic AES encryption and decryption
Sean Cross
2020-05-04
trivial change to force rebuild
Dan Halbert
2020-05-04
address review comments
Dan Halbert
2020-05-04
make translate again
Dan Halbert
2020-05-04
add PacketBuffer .incoming_ and .outgoing_packet_length
Dan Halbert
2020-05-01
Merge pull request #2838 from spkuehl/UART_sharedbinding_fix
Scott Shawcroft
2020-04-30
Corrected UART output.
spkuehl
2020-04-30
PacketBuffer doc fixes
Dan Halbert
2020-04-29
further cleanup and bug fixing
Dan Halbert
2020-04-29
Merge remote-tracking branch 'adafruit/master' into ringbuf-fixes
Dan Halbert
2020-04-29
back to '.packet_size' for compatiblity
Dan Halbert
2020-04-29
rename and improve PacketBuffer packet length property
Dan Halbert
2020-04-27
Merge remote-tracking branch 'adafruit/master' into lower_power
Scott Shawcroft
2020-04-22
ulab: Update from upstream
Jeff Epler
2020-04-21
merge from adafruit
Dan Halbert
2020-04-21
further ringbuf cleanup
Dan Halbert
2020-04-21
displayio: Fix "bus type" problem introduced at 8cba145c9029
Jeff Epler
2020-04-20
Merge remote-tracking branch 'adafruit/master' into lower_power
Scott Shawcroft
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
Merge remote-tracking branch 'adafruit/master' into lower_power
Scott Shawcroft
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
[next]