Skip to content

Commit

Permalink
Merge pull request #4430 from jepler/bitmap-arrayblit-dirty
Browse files Browse the repository at this point in the history
arrayblit: mark bitmap area as dirty
  • Loading branch information
tannewt authored Mar 18, 2021
2 parents 11e510a + 47ca792 commit c480047
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 c480047

Please sign in to comment.