test
This commit is contained in:
parent
b1d8fe5ae6
commit
6c2172384c
1 changed files with 1 additions and 1 deletions
2
oled.py
2
oled.py
|
@ -13,7 +13,7 @@ device = ssd1306(serial)
|
||||||
name_font=("Purisa", 20, "bold")
|
name_font=("Purisa", 20, "bold")
|
||||||
name_position=(50,0)
|
name_position=(50,0)
|
||||||
user_id_font=("Purisa", 20, "bold")
|
user_id_font=("Purisa", 20, "bold")
|
||||||
user_id_position(30,0)
|
user_id_position=(30,0)
|
||||||
|
|
||||||
def balance(user_name, balance):
|
def balance(user_name, balance):
|
||||||
with canvas(device) as draw:
|
with canvas(device) as draw:
|
||||||
|
|
Loading…
Reference in a new issue