summaryrefslogtreecommitdiff
path: root/shared-module
AgeCommit message (Expand)Author
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
2019-02-13A safe mode fix and displayio fixesScott Shawcroft
2019-02-12Merge pull request #1536 from TG-Techie/patch-4Dan Halbert
2019-02-12DISPIO: end_x can't be > height of shapeTG-Techie
2019-02-12Tweaks based on dhalbert's feedback.Scott Shawcroft
2019-02-11A variety of displayio improvementsScott Shawcroft
2019-02-06Remove usb_midi.PortIn and PortOut constructors.Craig Forbes
2019-02-01Add support for display rotation and raw commandsScott Shawcroft
2019-01-31Correctly handle no backlight pin.Scott Shawcroft
2019-01-31Polish up commentsScott Shawcroft
2019-01-31Remove Sprite referencesScott Shawcroft
2019-01-31More improvements to Terminal:Scott Shawcroft
2019-01-31Support adjustable backlight brightnessScott Shawcroft
2019-01-31Rudamentary backlight supportScott Shawcroft
2019-01-31Hook up the terminal based on the first display.Scott Shawcroft
2019-01-31Begin font parsing and packing for terminalScott Shawcroft
2019-01-31Add terminalioScott Shawcroft
2019-01-31Add TileGridScott Shawcroft
2019-01-23Make palette color ordering consistent with ColorConvertes and fix blinka.Scott Shawcroft
2019-01-23Use common delay function during display init so we don't starve background t...Scott Shawcroft
2019-01-22Merge remote-tracking branch 'adafruit/master' into HEADScott Shawcroft
2019-01-21struct.pack_into incorrect buffer size checkDan Halbert
2019-01-21Merge pull request #1479 from siddacious/masterScott Shawcroft
2019-01-20adding height and width to OnDiskBitmap for #1460Bryan Siepert
2019-01-20Merge remote-tracking branch 'adafruit/master' into struct-compatDan Halbert
2019-01-20Improve struct compatibility with CPythonDan Halbert
2019-01-19Merge branch 'master' into pixelbufRoy Hooper
2019-01-18Cleanup display rework for PR.Scott Shawcroft
2019-01-17fix nonetype handling and nrf never resetScott Shawcroft
2019-01-17Fix up nrf and using board.SPI in FourWireScott Shawcroft
2019-01-17share fourwire and make nrf compileScott Shawcroft
2019-01-17Fix other builds and hallowingScott Shawcroft
2019-01-17pyportal compiles and tweak blinka colorsScott Shawcroft
2019-01-17External fourwire works and blinka splash afterScott Shawcroft
2019-01-16Rework displays in prep for dynamic support and 8bit parallel.Scott Shawcroft
2019-01-15Fix default values on last line.Scott Shawcroft
2019-01-14Add subclass support to displayio.Scott Shawcroft
2019-01-14Add support for rendering a shape.Scott Shawcroft