Skip to content

Commit

Permalink
arrayblit: mark bitmap area as dirty
Browse files Browse the repository at this point in the history
  • Loading branch information
jepler committed Mar 18, 2021
1 parent 11e510a commit 47ca792
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions shared-module/bitmaptools/__init__.c
Original file line number Diff line number Diff line change
Expand Up @@ -401,6 +401,7 @@ void common_hal_bitmaptools_arrayblit(displayio_bitmap_t *self, void *data, int
}
}
}
displayio_bitmap_set_dirty_area(self, x1, y1, x2, y2);
}

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) {
Expand Down

0 comments on commit 47ca792

Please sign in to comment.