Skip to content

Commit 4e332fb

Browse files
Update shared-bindings/bitmaptools/__init__.h
Co-authored-by: Dan Halbert <[email protected]>
1 parent 844ea2f commit 4e332fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

shared-bindings/bitmaptools/__init__.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ void common_hal_bitmaptools_draw_line(displayio_bitmap_t *destination,
6565
uint32_t value);
6666

6767
void common_hal_bitmaptools_draw_circle(displayio_bitmap_t *destination,
68-
int16_t x0, int16_t y0,
68+
int16_t x, int16_t y,
6969
int16_t radius,
7070
uint32_t value);
7171

0 commit comments

Comments
 (0)