summaryrefslogtreecommitdiff
path: root/shared-module/displayio/Bitmap.c
AgeCommit message (Expand)Author
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