X-Git-Url: https://git.ayoreis.com/hackapet/Adafruit_Blinka_Displayio.git/blobdiff_plain/cb54555bd24970c16998f84bf9845f5f719f7085..5883df0af5688142a0d054c3276cb84683a08d69:/displayio/_bitmap.py diff --git a/displayio/_bitmap.py b/displayio/_bitmap.py index 12e20af..c61de47 100644 --- a/displayio/_bitmap.py +++ b/displayio/_bitmap.py @@ -22,7 +22,7 @@ from typing import Union, Tuple from PIL import Image from ._structs import RectangleStruct -__version__ = "0.0.0-auto.0" +__version__ = "0.0.0+auto.0" __repo__ = "https://github.com/adafruit/Adafruit_Blinka_displayio.git" @@ -154,7 +154,6 @@ class Bitmap: if (self.width > x_placement >= 0) and ( self.height > y_placement >= 0 ): # ensure placement is within target bitmap - # get the palette index from the source bitmap this_pixel_color = source_bitmap[ y1