summaryrefslogtreecommitdiff
path: root/shared-module/displayio/Bitmap.c
AgeCommit message (Expand)Author
2021-03-20Merge pull request #4432 from jepler/bitmap-dirty-improvementsJeff Epler
2021-03-18displayio: Move bitmap read-only checking to displayio_bitmap_set_dirty_areaJeff Epler
2021-03-18displayio_bitmap_set_dirty_area: rewrite in terms of displayio_areaJeff Epler
2021-03-17displayio.Bitmap: Make memoryview()ableJeff Epler
2021-03-15run code formatting scriptmicroDev
2021-03-07refactor displayio set_pixel for use in bitmap_toolsKevin Matocha
2021-02-26fix two off by one errorsKevin Matocha
2021-02-25Update for clean blitting into itselfKevin Matocha
2020-08-21Merge adafruit/main latestKevin Matocha
2020-08-21Merge with latest adafruit/mainKevin Matocha
2020-08-14deleted whitespaceKevin Matocha
2020-08-14deleted whitespaceKevin Matocha
2020-08-14Deleted trailing whitespaceKevin Matocha
2020-08-14Added inclusive indexing for x2,y2, fixed default value handling for x1,y1, a...Kevin Matocha
2020-08-14Added bitmap.blit function for bitmap slice copyMargaret Matocha
2020-08-14Added bitmap.blit function for copying slices of bitmapsMargaret Matocha
2020-08-07Adding bitmap.insert to copy a slice of a source bitmap into another bitmapMargaret Matocha
2020-08-07Added bitmap.insert function for slice copy into a bitmap from another bitmapMargaret Matocha
2020-04-13make packed word and copy it incaternuson
2020-04-09add docstring, clean upcaternuson
2020-04-09initial working fillcaternuson
2019-07-18Track a dirty area for in-memory bitmapsScott Shawcroft
2019-04-04Support multi-byte values with BitmapScott Shawcroft
2019-02-11A variety of displayio improvementsScott Shawcroft
2018-09-06Minor tweaks based on feedbackScott Shawcroft
2018-08-31Tweaks based on feedbackScott Shawcroft
2018-08-31Introduce displayio to render graphics to displays.Scott Shawcroft