Update shared-bindings/bitmaptools/__init__.h

Co-authored-by: Dan Halbert <halbert@halwitz.org>
This commit is contained in:
jposada202020 2023-03-30 15:28:42 -04:00 committed by GitHub
parent 844ea2f60b
commit 4e332fb1c4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -65,7 +65,7 @@ void common_hal_bitmaptools_draw_line(displayio_bitmap_t *destination,
uint32_t value);
void common_hal_bitmaptools_draw_circle(displayio_bitmap_t *destination,
int16_t x0, int16_t y0,
int16_t x, int16_t y,
int16_t radius,
uint32_t value);