summaryrefslogtreecommitdiff
path: root/shared-module/displayio/__init__.c
AgeCommit message (Expand)Author
2021-03-25move to displayio_area_union and away from _expandKevin Matocha
2021-03-19switch to > in displayio_area_canonKevin Matocha
2021-03-18displayio: area: add displayio_area_canonJeff Epler
2021-03-18displayio: area: add displayo_area_copy_coords, displayio_area_emptyJeff Epler
2021-03-15run code formatting scriptmicroDev
2021-03-04Be cognizant of null transform for .transpose_xyDan Halbert
2020-09-30remove remaining top level displayio background checkFoamyGuy
2020-09-30removing top level displayio background checkFoamyGuy
2020-08-21Merge pull request #3292 from jepler/allocate_display_bus_bugScott Shawcroft
2020-08-18Fix build error for !SHARPDISPLAYJeff Epler
2020-08-18displayio: Don't need to specialcase reset of sharpdisplay framebufferJeff Epler
2020-08-17Finish implementing scott's suggestionJeff Epler
2020-08-17Update shared-module/displayio/__init__.cJeff Epler
2020-08-17allocate_display_bus: fix bug where in-use bus would be returnedJeff Epler
2020-08-12Fix build errors when SHARPDISPLAY && !RGBMATRIXJeff Epler
2020-08-12sharpmemory: Implement support for Sharp Memory Displays in framebufferioJeff Epler
2020-07-20framebufferio: Handle auto refresh flag at resetJeff Epler
2020-04-17RGBMatrix: finish renaming from ProtomatterJeff Epler
2020-04-14protomatter: release the protomatter object during release_displays()Jeff Epler
2020-04-14fix build for non-displayio & non-protomatter targetsJeff Epler
2020-04-14protomatter: more memory allocation fixesJeff Epler
2020-04-14Add Protomatter and FramebufferDisplayJeff Epler
2020-04-14displayio: implement, use allocate_new_display_bus_or_raiseJeff Epler
2020-04-14displayio: implement, use allocate_display_or_raiseJeff Epler
2020-01-28Implement requested changesLucian Copeland
2020-01-24Simplify the flash-display conflict fixLucian Copeland
2020-01-24Fix flash-display conflict errorLucian Copeland
2019-08-22Regular display fixes including refresh tweaksScott Shawcroft
2019-08-22Refresh ePaper displays once code.py is done runningScott Shawcroft
2019-08-22Rework refresh API and factor common display stuff outScott Shawcroft
2019-08-22Begin refresh rework.Scott Shawcroft
2019-08-22EPaper displays work mostly.Scott Shawcroft
2019-08-14Fix I2CDisplay lifecycle and splash lifecycle.Scott Shawcroft
2019-07-25Add knobs for SSD1322 and two fixes.Scott Shawcroft
2019-07-19Add support for grayscale displays that are < 8 bit depth.Scott Shawcroft
2019-06-12Add partial display update support.Scott Shawcroft
2019-06-11Merge latest 4.0.x fixes into masterDan Halbert
2019-06-06Include display objects in gc.Dan Halbert
2019-05-22Make point 2 in areas exclusive and simplify full_coverage.Scott Shawcroft
2019-05-21Rework the pixel computation to use areasScott Shawcroft
2019-04-09Fix boards with no shared busses.Scott Shawcroft
2019-04-08Reorganize board busses into shared-bindings and shared-module.Scott Shawcroft
2019-04-05Fix crash when getting board.SPI outside the VMScott Shawcroft
2019-03-16after code.py runs, flush filesystem before resetting heapDan Halbert
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-02-28Don't wait for display frame if interrupt pendingDan Halbert
2019-02-19Fix reload while display is updating.Scott Shawcroft
2019-02-19Prevent infinite display update recursion and fix VFS mountingScott Shawcroft
2019-02-01Add support for display rotation and raw commandsScott Shawcroft