| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2019-08-29 | rename bleio module to _bleio | Dan Halbert | |
| 2019-08-26 | Minor renames | Scott Shawcroft | |
| 2019-08-23 | Rework based on Dan's review | Scott Shawcroft | |
| 2019-08-22 | More cleanup | Scott Shawcroft | |
| 2019-08-22 | Regular display fixes including refresh tweaks | Scott Shawcroft | |
| 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 | |
| NOT TESTED! Just compiles Fixes #1691 | |||
| 2019-08-22 | Begin refresh rework. | Scott Shawcroft | |
| 2019-08-22 | EPaper displays work mostly. | Scott Shawcroft | |
| 2019-08-22 | make translate | Dan Halbert | |
| 2019-08-21 | Merge remote-tracking branch 'adafruit/master' into displayio_fill_area | Dave Astels | |
| 2019-08-20 | merge from upstream and make translate | Dan Halbert | |
| 2019-08-19 | Detect lack of pulldown; check for pin in use | Dan Halbert | |
| 2019-08-19 | Merge remote-tracking branch 'adafruit/master' into run-background-tasks | Dan Halbert | |
| Restore dependencies indicated by indentation in circuitpy_mpconfig.h. | |||
| 2019-08-19 | Merge pull request #2032 from pewpew-game/audiocore-buffer | Dan Halbert | |
| Allow to specify pre-allocated buffer in audicore.WaveFile | |||
| 2019-08-18 | make nrf touchio be generic: now available for SAMD51 too | Dan Halbert | |
| 2019-08-16 | Merge pull request #2066 from dhalbert/ble-pairing | Scott Shawcroft | |
| BLE: more features | |||
| 2019-08-16 | address review comments; avoid calling common_hal_bleio_device... routines ↵ | Dan Halbert | |
| from shared-bindings | |||
| 2019-08-14 | Fix I2CDisplay lifecycle and splash lifecycle. | Scott Shawcroft | |
| Fixes https://github.com/adafruit/Adafruit_CircuitPython_DisplayIO_SSD1306/issues/2 | |||
| 2019-08-12 | Merge pull request #2047 from brentru/fix-terminalio-clearing | Scott Shawcroft | |
| Fix Terminal's Tilegrid not Clearing | |||
| 2019-08-11 | shared-module: Use RUN_BACKGROUND_TASKS | Jeff Epler | |
| 2019-08-10 | usb_hid: Allow USB work to progress while waiting for tud_hid_ready | Jeff Epler | |
| Otherwise, examples like the one attached to the related issue fail because tud_hid_ready never returns true. Testing performed: Adapted the example to nrf particle xenon (it was handy), removed dependency on IR, verified that the problem occurred before this change, and that it was fixed after this change. Closes: #2048 | |||
| 2019-08-08 | fix terminalio not clearing on construct | brentru | |
| 2019-08-05 | Merge remote-tracking branch 'adafruit/master' into ble-pairing | Dan Halbert | |
| 2019-08-05 | Merge remote-tracking branch 'adafruit/4.1.x' into merge_in_410 | Scott Shawcroft | |
| 2019-08-05 | Merge pull request #2000 from jepler/nrf-pwm-audio | Scott Shawcroft | |
| Implement PWM audio out for the nrf port | |||
| 2019-08-05 | Merge remote-tracking branch 'adafruit/master' into ble-pairing | Dan Halbert | |
| 2019-08-03 | Allow to specify pre-allocated buffer in audicore.WaveFile | Radomir Dopieralski | |
| It lets us re-use the same buffer for playing multiple files. This also allows us to control the size of the buffer. Half of the buffer will be used for the fist, and half for the second internal buffer. | |||
| 2019-08-02 | WIP: rework of Characteristic properties; enhance Descriptor; not tested | Dan Halbert | |
| 2019-08-02 | Add support for scaling to _stage | Radomir Dopieralski | |
| On high-resolution displays we can use 2x2 or even 3x3 pixels. | |||
| 2019-07-31 | Merge remote-tracking branch 'adafruit/master' into displayio_fill_area | Dave Astels | |
| 2019-07-31 | Merge remote-tracking branch 'origin/master' into nrf-pwm-audio | Jeff Epler | |
| 2019-07-31 | Expose rotation with a property | Dave Astels | |
| 2019-07-31 | Merge remote-tracking branch 'adafruit/master' into ble-pairing | Dan Halbert | |
| 2019-07-27 | allow discovery from central or peripheral | Dan Halbert | |
| 2019-07-26 | WavFile.h: include vfs_fat.h for pyb_file_obj_t definition | Jeff Epler | |
| Without such a definition, this header is not self-contained, but requires whoever included it to also include vfs_fat.h | |||
| 2019-07-26 | audiopwmio: Add the shared files for this new module | Jeff Epler | |
| 2019-07-25 | Add knobs for SSD1322 and two fixes. | Scott Shawcroft | |
| * Fix terminal clear after first successful code.py run. * Fix transmitting too many bytes for column constraint with single byte bounds. | |||
| 2019-07-25 | Merge pull request #2010 from jepler/audiocore | Scott Shawcroft | |
| audiocore: Factor from audioio | |||
| 2019-07-25 | audiocore: Factor from audioio | Jeff Epler | |
| When nrf pwm audio is introduced, it will be called `audiopwmio`. To enable code sharing with the existing (dac-based) `audioio`, factor the sample and mixer types to `audiocore`. INCOMPATIBLE CHANGE: Now, `Mixer`, `RawSample` and `WaveFile` must be imported from `audiocore`, not `audioio`. | |||
| 2019-07-24 | Merge pull request #2007 from hierophect/F4xx-port-setup | Scott Shawcroft | |
| Add STM32 Discovery F412ZG and F411RE support | |||
| 2019-07-24 | update tinyusb lib to 0.5.x | hathach | |
| 2019-07-22 | Add feature conditionals and clean up | Hierophect | |
| 2019-07-19 | Review feedback including NO_BRIGHTNESS_COMMAND macro | Scott Shawcroft | |
| 2019-07-19 | Add support for grayscale displays that are < 8 bit depth. | Scott Shawcroft | |
| This also improves Palette so it stores the original RGB888 colors. Lastly, it adds I2CDisplay as a display bus to talk over I2C. Particularly useful for the SSD1306. Fixes #1828. Fixes #1956 | |||
| 2019-07-19 | Fix it's -> its | Scott Shawcroft | |
| 2019-07-18 | Track a dirty area for in-memory bitmaps | Scott Shawcroft | |
| This fixes the bug that bitmap changes do not cause screen updates and optimizes the refresh when the bitmap is simply shown on the screen. If the bitmap is used in tiles, then changing it will cause all TileGrids using it to do a full refresh. Fixes #1981 | |||
| 2019-07-17 | Add missing files for DigitalIO | Hierophect | |
