summaryrefslogtreecommitdiff
path: root/shared-module/displayio/Display.c
AgeCommit message (Expand)Author
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-02-28Don't wait for display frame if interrupt pendingDan Halbert
2019-02-25added height and width attributes for displayioDustin Mendoza
2019-02-21Tweak the backlight PWM rate to be higher that audio range. Fixes #1571Scott Shawcroft
2019-02-01Add support for display rotation and raw commandsScott Shawcroft
2019-01-31Correctly handle no backlight pin.Scott 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-23Use common delay function during display init so we don't starve background t...Scott Shawcroft
2019-01-17Fix other builds and hallowingScott Shawcroft
2019-01-16Rework displays in prep for dynamic support and 8bit parallel.Scott Shawcroft