Update shared-bindings/bitmaptools/__init__.h
Co-authored-by: Dan Halbert <halbert@halwitz.org>
This commit is contained in:
parent
844ea2f60b
commit
4e332fb1c4
@ -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);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user