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
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-04
Merge pull request #2113 from tannewt/displayio_hidden
5.0.0-alpha.2
Dan Halbert
2019-09-04
Merge pull request #2080 from sommersoft/mixer_voice
Scott Shawcroft
2019-09-04
Fix transactions in _stage after displayio changes
Radomir Dopieralski
2019-09-03
doc cleanup
sommersoft
2019-09-03
Add .hidden to TileGrid and Group
Scott Shawcroft
2019-09-01
Merge branch 'master' of https://github.com/adafruit/circuitpython into mixer...
sommersoft
2019-08-31
Add random dithering to ColorConverter
Matthew Newberg
2019-08-31
doc update
sommersoft
2019-08-31
enable Mixer backwards compatibility (when audiomixer is available)
sommersoft
2019-08-29
Merge branch 'master' of https://github.com/adafruit/circuitpython into mixer...
sommersoft
2019-08-29
bring back 'mixer.play()' & 'mixer.stop_voice()'
sommersoft
2019-08-29
eval the expression vs [un]defined
sommersoft
2019-08-29
rename bleio module to _bleio
Dan Halbert
2019-08-29
address minor issues: typos, make translate, and sphinx
Dan Halbert
2019-08-28
another API rework: less abstraction leakage
Dan Halbert
2019-08-28
bleio: API change to create and connect related objects simulatenously: no or...
Dan Halbert
2019-08-28
Merge remote-tracking branch 'adafruit/master' into bleio-api-revamp
Dan Halbert
2019-08-27
More size_t usage
Scott Shawcroft
2019-08-27
Merge remote-tracking branch 'adafruit/master' into remove_i2c_stop_kwarg
Scott Shawcroft
2019-08-26
Minor renames
Scott Shawcroft
2019-08-25
BLE HID WIP: works everywhere except iOS; fixed a bunch of bugs; pretend bonding
Dan Halbert
2019-08-25
docs: correct audiomixer refs
sommersoft
2019-08-24
move Mixer & MixerVoice from 'audiocore' to 'audiomixer'
sommersoft
2019-08-24
Merge branch 'master' of https://github.com/adafruit/circuitpython into mixer...
sommersoft
2019-08-24
comment clean up
sommersoft
2019-08-24
fix MixerVoice 'get_playing'
sommersoft
2019-08-24
docs: make MixerVoice.level a property
sommersoft
2019-08-24
use a MixerVoice constructor
sommersoft
2019-08-23
Rework based on Dan's review
Scott Shawcroft
2019-08-23
Use size_t and document buffers can be the same.
Scott Shawcroft
2019-08-22
More cleanup
Scott Shawcroft
2019-08-22
remove MixerVoice deinit & context managers
sommersoft
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-22
Add writeto_then_readfrom to I2C API. Deprecate stop kwarg.
Scott Shawcroft
2019-08-22
make translate
Dan Halbert
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
2019-08-20
remove 'if float' pre-processor checks
sommersoft
[next]