summaryrefslogtreecommitdiff
path: root/shared-module
AgeCommit message (Expand)Author
2020-04-08Save backlight_on_high correctly.Scott Shawcroft
2020-03-28Merge pull request #2730 from tannewt/fix_fourwire_phase_polarityJeff Epler
2020-03-25adding a backlight polarity flag to Displaysiddacious
2020-03-25Add polarity and phase to FourWire.Scott Shawcroft
2020-03-18Pixelbuf: subscr: Get correct pixel valueJeff Epler
2020-03-05rename routines to be clearer; fix wiznet arg typesDan Halbert
2020-02-28new pin validation routines; don't use mp_const_none if NULL will doDan Halbert
2020-02-23Fix incorrect initialisation of default UARTDave Marples
2020-02-18Addition of RS485 supportDave Marples
2020-02-18Addition of RTS/CTS/RS485 UART functionalityDave Marples
2020-02-13Merge pull request #2581 from jamesbowman/masterScott Shawcroft
2020-02-12Added fix to allow remount when usb enabled but msc is ejectedGadi Rotenberg
2020-02-10Correct the BitmapTransform operations.James Bowman
2020-02-07Move _eve module declarations into shared-bindings headerJames Bowman
2020-02-07Split into shared-module and shared-bindingsJames Bowman
2020-01-30Merge remote-tracking branch 'adafruit/master' into tweak_pixelbufScott Shawcroft
2020-01-30circuitpython-stage: allow choosing background colorRadomir Dopieralski
2020-01-29Merge commit 'b36b24' into tweak_pixelbufScott Shawcroft
2020-01-29Merge branch 'master' into stm32-meowbithierophect
2020-01-28Implement requested changesLucian Copeland
2020-01-27Don't allocate the pre brightness buffer if brightness is 1.0 stillScott Shawcroft
2020-01-24Encapsulate buffers inside PixelBuf and refactor it.Scott Shawcroft
2020-01-24Simplify the flash-display conflict fixLucian Copeland
2020-01-24Fix flash-display conflict errorLucian Copeland
2020-01-20Mixer: rename function based on review commentJeff Epler
2020-01-20Mixer: use MP_LIKELY macro instead of locally brewed oneJeff Epler
2020-01-16Mixer: Rework for performance, particularly of the S16 caseJeff Epler
2020-01-16mixer: factor out mix_one_voiceJeff Epler
2020-01-08Merge pull request #2445 from jepler/mp3-jeplayer-fixes5.0.0-beta.3Scott Shawcroft
2020-01-06Fix more build problemsJeff Epler
2020-01-06audiomp3: rename to MP3DecoderJeff Epler
2020-01-02MP3File: Add rms_level propertyJeff Epler
2019-12-29Merge branch 'master' into pixelbuf-subscr-changeRoy Hooper
2019-12-24MP3File: tweak buffer handlingJeff Epler
2019-12-23MP3File: whitespaceJeff Epler
2019-12-23MP3File: Add a settable ".file" propertyJeff Epler
2019-12-16displayio: make 'rotation' property settableJeff Epler
2019-12-13MP3: look harder for frame infoJeff Epler
2019-12-13MP3: skip ID3V2 metadataJeff Epler
2019-12-13audiocore: The arguments to reset_buffer went missingJeff Epler
2019-12-13Revert subscr signature changeRoy Hooper
2019-12-13Merge branch 'master' into new-pixelbuf-apiRoy Hooper
2019-12-12MP3File: Fix stereo playback on samd AudioOutJeff Epler
2019-12-11MP3File: Avoid crash in get_buffer when deinittedJeff Epler
2019-12-10Merge branch 'master' into new-pixelbuf-apiRoy Hooper
2019-12-10Fix slice step.Roy Hooper
2019-12-10audiocore: Add MP3File using Adafruit_MP3 libraryJeff Epler
2019-12-09Merge pull request #2353 from jepler/audiosample-protocolScott Shawcroft
2019-12-06audiocore: use mp_obj_t in prototypesJeff Epler
2019-12-05audiocore: restore the prototypes of audiosample_xxx functionsJeff Epler