diff --git a/background.png b/background.png index 3d09722..bfc3504 100644 Binary files a/background.png and b/background.png differ diff --git a/background.psd b/background.psd new file mode 100644 index 0000000..a3b8d3b Binary files /dev/null and b/background.psd differ diff --git a/good_sprite.py b/good_sprite.py index f766f15..fad0ccb 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.BLACK, (o_x, o_y), sprite) + inkyphat.paste(inkyphat.WHITE, (o_x, o_y), sprite) def print_number(position, number): """Prints a number using the sprite sheet."""