Skip to content

Commit 6d57f43

Browse files
committed
try adding print
1 parent bcfec10 commit 6d57f43

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

shared-module/bitmaptools/__init__.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -256,7 +256,7 @@ void common_hal_bitmaptools_paint_fill(displayio_bitmap_t *destination,
256256
int16_t x, int16_t y,
257257
uint32_t value, uint32_t background_value) {
258258

259-
259+
mp_printf(&mp_plat_print, "paint_fill");
260260
}
261261

262262
void common_hal_bitmaptools_draw_line(displayio_bitmap_t *destination,

0 commit comments

Comments
 (0)