This commit is contained in:
bton 2024-04-12 21:55:48 +02:00
parent 3278d209e1
commit 232cb30965

View file

@ -12,7 +12,7 @@ def clear():
def Balance(user_name, balance):
clear()
display.text(str(user_name), 50, 0, (255,255,255), size=1)
display.text(str(balance), 0, 20, (255,255,255), size=2)
display.text(str(balance), 0, 15, (255,255,255), size=2)
display.show()
if __name__ == "__main__":