summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2020-08-12Merge pull request #3269 from jepler/sharpdisplay-v2Scott Shawcroft
Sharp Memory Display displayio support (v2)
2020-08-12sharpdisplay: Make PARTIAL_UPDATES unconditionalJeff Epler
2020-08-12nrf: Improve commenting about disabled warningsJeff Epler
2020-08-12Update shared-module/framebufferio/FramebufferDisplay.hJeff Epler
Co-authored-by: Scott Shawcroft <scott@tannewt.org>
2020-08-12atmel-samd: disable FRAMEBUFFERIO on samd21Jeff Epler
.. this disables SHARPMEMORY as well.
2020-08-12Merge pull request #3262 from tannewt/fix_fs_corruptionScott Shawcroft
Fix writing sector 0 as the first write.
2020-08-12Don't define SHARPDISPLAY when !DISPLAYIOJeff Epler
.. even if FULL_BUILD
2020-08-12Fix build errors when SHARPDISPLAY && !RGBMATRIXJeff Epler
2020-08-12Merge pull request #3267 from bleeptrack/picoplanetDan Halbert
Picoplanet
2020-08-12make translateJeff Epler
2020-08-12sharpmemory: Implement support for Sharp Memory Displays in framebufferioJeff Epler
2020-08-12framebufferio: add dirty row trackingJeff Epler
2020-08-12framebufferio: 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-12framebufferio: Check early if framebuffer is big enoughJeff Epler
2020-08-12framebufferio: add "first pixel offset" and "row stride"Jeff Epler
2020-08-12framebufferio: handle sharp memory displaysJeff Epler
A bit of cheating; we need to add a protocol getter for reverse_bytes_in_word
2020-08-12framebufferio: Handle 1 (tested), 2, and 4 bpp displaysJeff Epler
2020-08-12framebufferio: Set type to none when releasingJeff Epler
This avoids the message "Too many displays in use" when they are released directly, rather than via release_displays().
2020-08-12framebufferio: Don't call swapbuffers unnecessarilyJeff Epler
2020-08-12framebufferio: Fix crash calling unimplemented get_brightnessJeff Epler
If set_brightness was implemented but get_brightness wasn't, this would hard fault
2020-08-12nrf: reset_pin_number: reset pin clears never-reset, mirroring samdJeff Epler
2020-08-12nrf: Make port build with -Werror=undefJeff Epler
.. build-tested on particle_xenon
2020-08-12trailing spaces fixbleeptrack
2020-08-11Whitespace and Newline fixbleeptrack
2020-08-11Fixing indentationbleeptrack
2020-08-11Removing unnecessary pin ignoredbleeptrack
2020-08-11update build.yml with picoplanetbleeptrack
2020-08-11PicoPlanetbleeptrack
2020-08-11Init directlyScott Shawcroft
2020-08-11Merge pull request #3232 from hierophect/esp32-neopixelScott Shawcroft
ESP32-S2: Add Neopixel support
2020-08-10Fix 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-10Add skip for rgb matrix exception handlingLucian Copeland
2020-08-10Merge pull request #3243 from dunkmann00/support-utf8-repl-take-oneScott Shawcroft
Better support for utf-8 repl
2020-08-10Merge pull request #3256 from sommersoft/spt_mtrx_anchorsScott Shawcroft
Add Internal Links To Boards In The Support Matrix
2020-08-10Merge pull request #3244 from xiongyihui/mainJeff Epler
add an option to turn off QSPI when sleep
2020-08-10Merge pull request #3191 from jepler/stm32-sdioiohierophect
stm32: Implement sdioio, enable for feather stm32f405 express
2020-08-10Merge remote-tracking branch 'origin/main' into stm32-sdioioJeff Epler
2020-08-10Fix neopixel macro issue, set default neopixel colorLucian Copeland
2020-08-10Merge pull request #3255 from ciscorn/fix-rtdJeff Epler
Fix Read the Docs bulid failing
2020-08-09Count utf8 chars, not every byte for lineGeorge Waters
2020-08-09Try too make new utf-8 code smaller againGeorge Waters
2020-08-09Fix failed unix buildGeorge Waters
2020-08-09Refactor utf-8 code, reduce impact on code sizeGeorge Waters
2020-08-09Fix repl support for unicodeGeorge 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-09Merge pull request #3257 from weblate/weblate-circuitpython-mainJeff Epler
Translations update from Weblate
2020-08-09Translated 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-08support_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-07support_matrix.rst: add internal links to boards in the tablesommersoft
2020-08-08Revert the ulab updateTaku Fukada
2020-08-07Merge pull request #3254 from weblate/weblate-circuitpython-mainJeff Epler
Translations update from Weblate