summaryrefslogtreecommitdiff
path: root/shared-module
AgeCommit message (Expand)Author
2019-03-28Merge branch 'master' of https://github.com/adafruit/circuitpython into ssd13...Melissa LeBlanc-Williams
2019-03-28Merge pull request #1685 from makermelissa/masterazureScott Shawcroft
2019-03-27Merge branch 'master' of https://github.com/adafruit/circuitpython into ssd13...Melissa LeBlanc-Williams
2019-03-27Simplified cs toggling into fourwire onlyMelissa LeBlanc-Williams
2019-03-27Simplified into fourwire onlyMelissa LeBlanc-Williams
2019-03-27Fix HID buffer lookupScott Shawcroft
2019-03-27TileGrid: pixel_shader is not always a paletteDan Halbert
2019-03-26Removed parameter so CS is always toggledMelissa LeBlanc-Williams
2019-03-26Removed parameter so CS is always toggledMelissa LeBlanc-Williams
2019-03-26Added small delay inside toggle for edge casesMelissa LeBlanc-Williams
2019-03-26Added small delay inside toggle for edge casesMelissa LeBlanc-Williams
2019-03-25Fixed wrong operatorMelissa LeBlanc-Williams
2019-03-24Added Single Byte Boundaries option for certain displaysMelissa LeBlanc-Williams
2019-03-23Moving Toggle to before command fixes driver issueMelissa LeBlanc-Williams
2019-03-23Added option to toggle cs in displayio init sequenceMelissa LeBlanc-Williams
2019-03-20Merge pull request #1670 from tannewt/fontioDan Halbert
2019-03-20Merge pull request #1676 from pewpew-game/bug1671Scott Shawcroft
2019-03-20Make displayio.Palette support more than 255 colorsRadomir Dopieralski
2019-03-19Move Glyph and BuiltinFont into fontioScott Shawcroft
2019-03-16after code.py runs, flush filesystem before resetting heapDan Halbert
2019-03-12Add better PewPew error messages and update translationsScott Shawcroft
2019-03-12Standardize TileGrid to x and y properties over positionScott Shawcroft
2019-03-12Accept x and y kwargs into Group for initial position.Scott Shawcroft
2019-03-11Add default devices and tweak brightness in boards/pewpew10Radomir Dopieralski
2019-03-07Rework background display task to allow reads from SPI SD card during display...Dan Halbert
2019-03-06check display-bus transaction status and act accordinglyDan Halbert
2019-03-06Merge pull request #1601 from penguindustin/masterDan Halbert
2019-03-05changed from mp_int_t to uint16_tDustin Mendoza
2019-03-04Merge pull request #1604 from dhalbert/display_wait_for_frame-check-interruptsDan Halbert
2019-03-01Merge pull request #1607 from pewpew-game/pewpew10.x-4.xDan Halbert
2019-03-01Use find_free_timer()Radomir Dopieralski
2019-03-01fixed typoBryan Siepert
2019-03-01fixed whitespace, clarified variable name, and updated error messagesBryan Siepert
2019-03-01More style fixesRadomir Dopieralski
2019-03-01Apply review fixes:Radomir Dopieralski
2019-03-01Rebase on top of CircuitPython 4.xRadomir Dopieralski
2019-02-28added monochrome, 8bpp indexed, and 32bpp ARGB BMPsBryan Siepert
2019-02-28Don't wait for display frame if interrupt pendingDan Halbert
2019-02-28Reset timer when releasing _pewRadomir Dopieralski
2019-02-28Handle new buttonsRadomir Dopieralski
2019-02-28Use a dedicated timerRadomir Dopieralski
2019-02-28Add a _pew moduleRadomir Dopieralski
2019-02-25added height and width attributes for displayioDustin Mendoza
2019-02-23(fork rebuild) Initial support for 16bpp 555&565 and 8bpp grayscale bitmapsBryan Siepert
2019-02-21Merge pull request #1584 from tannewt/disable_concurrent_write_protectionDan Halbert
2019-02-21Tweak the backlight PWM rate to be higher that audio range. Fixes #1571Scott Shawcroft
2019-02-21Add option to disable the concurrent write protectionScott Shawcroft
2019-02-19Fix reload while display is updating.Scott Shawcroft
2019-02-19Prevent infinite display update recursion and fix VFS mountingScott Shawcroft
2019-02-15Store the original layer in GroupScott Shawcroft