Skip to content

Commit 47ca792

Browse files
committed
arrayblit: mark bitmap area as dirty
1 parent 11e510a commit 47ca792

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)