sideways now

This commit is contained in:
Tyrel Souza 2018-08-28 22:22:34 -04:00
parent 1ce1a0fba1
commit 0fa60109b9
No known key found for this signature in database
GPG Key ID: 5A9394D4C30AEAC0
3 changed files with 1 additions and 1 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.4 KiB

After

Width:  |  Height:  |  Size: 3.6 KiB

BIN
background.psd Normal file

Binary file not shown.

View File

@ -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."""