master
Lukas Schulz 2020-12-20 00:10:56 +01:00
parent 9196cd8616
commit 6456bdcdd2
1 changed files with 2 additions and 1 deletions

View File

@ -75,7 +75,8 @@ def main():
def updateImage():
print("text")
canvas = Image.new('RGB', (192, 128), color = 'red')
canvas.paste(get_track(), (0,0), get_track())