Skip to content

Commit c480047

Browse files
authored
Merge pull request #4430 from jepler/bitmap-arrayblit-dirty
arrayblit: mark bitmap area as dirty
2 parents 11e510a + 47ca792 commit c480047

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

shared-module/bitmaptools/__init__.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -401,6 +401,7 @@ void common_hal_bitmaptools_arrayblit(displayio_bitmap_t *self, void *data, int
401401
}
402402
}
403403
}
404+
displayio_bitmap_set_dirty_area(self, x1, y1, x2, y2);
404405
}
405406

406407
void common_hal_bitmaptools_readinto(displayio_bitmap_t *self, pyb_file_obj_t *file, int element_size, int bits_per_pixel, bool reverse_pixels_in_element, bool swap_bytes) {

0 commit comments

Comments
 (0)