| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2020-08-12 | Merge pull request #3269 from jepler/sharpdisplay-v2 | Scott Shawcroft | |
| Sharp Memory Display displayio support (v2) | |||
| 2020-08-12 | sharpdisplay: Make PARTIAL_UPDATES unconditional | Jeff Epler | |
| 2020-08-12 | nrf: Improve commenting about disabled warnings | Jeff Epler | |
| 2020-08-12 | Update shared-module/framebufferio/FramebufferDisplay.h | Jeff Epler | |
| Co-authored-by: Scott Shawcroft <scott@tannewt.org> | |||
| 2020-08-12 | atmel-samd: disable FRAMEBUFFERIO on samd21 | Jeff Epler | |
| .. this disables SHARPMEMORY as well. | |||
| 2020-08-12 | Merge pull request #3262 from tannewt/fix_fs_corruption | Scott Shawcroft | |
| Fix writing sector 0 as the first write. | |||
| 2020-08-12 | Don't define SHARPDISPLAY when !DISPLAYIO | Jeff Epler | |
| .. even if FULL_BUILD | |||
| 2020-08-12 | Fix build errors when SHARPDISPLAY && !RGBMATRIX | Jeff Epler | |
| 2020-08-12 | Merge pull request #3267 from bleeptrack/picoplanet | Dan Halbert | |
| Picoplanet | |||
| 2020-08-12 | make translate | Jeff Epler | |
| 2020-08-12 | sharpmemory: Implement support for Sharp Memory Displays in framebufferio | Jeff Epler | |
| 2020-08-12 | framebufferio: add dirty row tracking | Jeff Epler | |
| 2020-08-12 | framebufferio: Add getters for remaining displayio_display_core_construct ↵ | Jeff Epler | |
| arguments .. and introduce a convenience macro that helps many of them be required (if their values match defaults or are inapplicable) | |||
| 2020-08-12 | framebufferio: Check early if framebuffer is big enough | Jeff Epler | |
| 2020-08-12 | framebufferio: add "first pixel offset" and "row stride" | Jeff Epler | |
| 2020-08-12 | framebufferio: handle sharp memory displays | Jeff Epler | |
| A bit of cheating; we need to add a protocol getter for reverse_bytes_in_word | |||
| 2020-08-12 | framebufferio: Handle 1 (tested), 2, and 4 bpp displays | Jeff Epler | |
| 2020-08-12 | framebufferio: Set type to none when releasing | Jeff Epler | |
| This avoids the message "Too many displays in use" when they are released directly, rather than via release_displays(). | |||
| 2020-08-12 | framebufferio: Don't call swapbuffers unnecessarily | Jeff Epler | |
| 2020-08-12 | framebufferio: Fix crash calling unimplemented get_brightness | Jeff Epler | |
| If set_brightness was implemented but get_brightness wasn't, this would hard fault | |||
| 2020-08-12 | nrf: reset_pin_number: reset pin clears never-reset, mirroring samd | Jeff Epler | |
| 2020-08-12 | nrf: Make port build with -Werror=undef | Jeff Epler | |
| .. build-tested on particle_xenon | |||
| 2020-08-12 | trailing spaces fix | bleeptrack | |
| 2020-08-11 | Whitespace and Newline fix | bleeptrack | |
| 2020-08-11 | Fixing indentation | bleeptrack | |
| 2020-08-11 | Removing unnecessary pin ignored | bleeptrack | |
| 2020-08-11 | update build.yml with picoplanet | bleeptrack | |
| 2020-08-11 | PicoPlanet | bleeptrack | |
| 2020-08-11 | Init directly | Scott Shawcroft | |
| 2020-08-11 | Merge pull request #3232 from hierophect/esp32-neopixel | Scott Shawcroft | |
| ESP32-S2: Add Neopixel support | |||
| 2020-08-10 | Fix writing sector 0 as the first write. | Scott Shawcroft | |
| This was the FS issue I saw when debugging wifi and only happens when the first write is to sector 0. It causes issues because it blanks all of sector 0 after the first block. Fixes #3133 | |||
| 2020-08-10 | Add skip for rgb matrix exception handling | Lucian Copeland | |
| 2020-08-10 | Merge pull request #3243 from dunkmann00/support-utf8-repl-take-one | Scott Shawcroft | |
| Better support for utf-8 repl | |||
| 2020-08-10 | Merge pull request #3256 from sommersoft/spt_mtrx_anchors | Scott Shawcroft | |
| Add Internal Links To Boards In The Support Matrix | |||
| 2020-08-10 | Merge pull request #3244 from xiongyihui/main | Jeff Epler | |
| add an option to turn off QSPI when sleep | |||
| 2020-08-10 | Merge pull request #3191 from jepler/stm32-sdioio | hierophect | |
| stm32: Implement sdioio, enable for feather stm32f405 express | |||
| 2020-08-10 | Merge remote-tracking branch 'origin/main' into stm32-sdioio | Jeff Epler | |
| 2020-08-10 | Fix neopixel macro issue, set default neopixel color | Lucian Copeland | |
| 2020-08-10 | Merge pull request #3255 from ciscorn/fix-rtd | Jeff Epler | |
| Fix Read the Docs bulid failing | |||
| 2020-08-09 | Count utf8 chars, not every byte for line | George Waters | |
| 2020-08-09 | Try too make new utf-8 code smaller again | George Waters | |
| 2020-08-09 | Fix failed unix build | George Waters | |
| 2020-08-09 | Refactor utf-8 code, reduce impact on code size | George Waters | |
| 2020-08-09 | Fix repl support for unicode | George Waters | |
| Currently when a utf8 character that is bigger than 1 byte is typed in the repl, it isn't handled how it should be. If you try to move the cursor in any direction the text gets messed up. This fixes that. | |||
| 2020-08-09 | Merge pull request #3257 from weblate/weblate-circuitpython-main | Jeff Epler | |
| Translations update from Weblate | |||
| 2020-08-09 | Translated using Weblate (Portuguese (Brazil)) | Wellington Terumi Uemura | |
| Currently translated at 100.0% (773 of 773 strings) Translation: CircuitPython/main Translate-URL: https://hosted.weblate.org/projects/circuitpython/main/pt_BR/ | |||
| 2020-08-08 | support_matrix.rst: pre-process space chars in internal link names; would ↵ | sommersoft | |
| cause a no-id situation when names like 'ndGarage[n°] Bit6: FeatherSnow-v2' were parsed. | |||
| 2020-08-07 | support_matrix.rst: add internal links to boards in the table | sommersoft | |
| 2020-08-08 | Revert the ulab update | Taku Fukada | |
| 2020-08-07 | Merge pull request #3254 from weblate/weblate-circuitpython-main | Jeff Epler | |
| Translations update from Weblate | |||
