diff --git a/good_sprite.py b/good_sprite.py index 6995c06..af42b6b 100644 --- a/good_sprite.py +++ b/good_sprite.py @@ -29,7 +29,7 @@ def print_digit(position, digit): sprite = text_mask.crop((s_x, 0, s_x + num_width, num_height)) - inkyphat.paste(inkyphat.WHITE, (o_x, o_y), sprite) + inkyphat.paste(inkyphat.RED, (o_x, o_y), sprite) def print_number(position, number): """Prints a number using the sprite sheet."""