summaryrefslogtreecommitdiff
path: root/shared-bindings
AgeCommit message (Expand)Author
2019-09-09Merge pull request #2101 from matthewnewberg/display_io_ditherScott Shawcroft
2019-09-08Set dither default to False and document itScott Shawcroft
2019-09-06Use kwargs for dither in ColorConverter constructorMatthew Newberg
2019-09-06Fix comment on color converterMatthew Newberg
2019-09-05Move dither parameter to ColorConverter constructor and parameterMatthew Newberg
2019-09-04Merge pull request #2113 from tannewt/displayio_hidden5.0.0-alpha.2Dan Halbert
2019-09-04Merge pull request #2080 from sommersoft/mixer_voiceScott Shawcroft
2019-09-04Fix transactions in _stage after displayio changesRadomir Dopieralski
2019-09-03doc cleanupsommersoft
2019-09-03Add .hidden to TileGrid and GroupScott Shawcroft
2019-09-01Merge branch 'master' of https://github.com/adafruit/circuitpython into mixer...sommersoft
2019-08-31Add random dithering to ColorConverterMatthew Newberg
2019-08-31doc updatesommersoft
2019-08-31enable Mixer backwards compatibility (when audiomixer is available)sommersoft
2019-08-29Merge branch 'master' of https://github.com/adafruit/circuitpython into mixer...sommersoft
2019-08-29bring back 'mixer.play()' & 'mixer.stop_voice()'sommersoft
2019-08-29eval the expression vs [un]definedsommersoft
2019-08-29rename bleio module to _bleioDan Halbert
2019-08-29address minor issues: typos, make translate, and sphinxDan Halbert
2019-08-28another API rework: less abstraction leakageDan Halbert
2019-08-28bleio: API change to create and connect related objects simulatenously: no or...Dan Halbert
2019-08-28Merge remote-tracking branch 'adafruit/master' into bleio-api-revampDan Halbert
2019-08-27More size_t usageScott Shawcroft
2019-08-27Merge remote-tracking branch 'adafruit/master' into remove_i2c_stop_kwargScott Shawcroft
2019-08-26Minor renamesScott Shawcroft
2019-08-25BLE HID WIP: works everywhere except iOS; fixed a bunch of bugs; pretend bondingDan Halbert
2019-08-25docs: correct audiomixer refssommersoft
2019-08-24move Mixer & MixerVoice from 'audiocore' to 'audiomixer'sommersoft
2019-08-24Merge branch 'master' of https://github.com/adafruit/circuitpython into mixer...sommersoft
2019-08-24comment clean upsommersoft
2019-08-24fix MixerVoice 'get_playing'sommersoft
2019-08-24docs: make MixerVoice.level a propertysommersoft
2019-08-24use a MixerVoice constructorsommersoft
2019-08-23Rework based on Dan's reviewScott Shawcroft
2019-08-23Use size_t and document buffers can be the same.Scott Shawcroft
2019-08-22More cleanupScott Shawcroft
2019-08-22remove MixerVoice deinit & context managerssommersoft
2019-08-22Add refresh_time to use if busy_pin is not givenScott Shawcroft
2019-08-22Add reset() to display busses to detect whether it worksScott Shawcroft
2019-08-22Refresh ePaper displays once code.py is done runningScott Shawcroft
2019-08-22Rework refresh API and factor common display stuff outScott Shawcroft
2019-08-22Begin refresh rework.Scott Shawcroft
2019-08-22EPaper displays work mostly.Scott Shawcroft
2019-08-22Initial ePaper workScott Shawcroft
2019-08-22Add writeto_then_readfrom to I2C API. Deprecate stop kwarg.Scott Shawcroft
2019-08-22make translateDan Halbert
2019-08-21Get rid of the last bits of array dependancyDave Astels
2019-08-21Merge remote-tracking branch 'adafruit/master' into displayio_fill_areaDave Astels
2019-08-21Remove unneeded linesDave Astels
2019-08-20remove 'if float' pre-processor checkssommersoft