diff --git a/oled.py b/oled.py index 416078c..a14b814 100644 --- a/oled.py +++ b/oled.py @@ -10,9 +10,9 @@ serial = i2c(port=1, address=0x3C) device = ssd1306(serial) #fonts -name_font=ImageFont.truetype("Purisa", 20) +name_font=ImageFont.truetype("Purisa.ttf", 20) name_position=(50,0) -user_id_font=ImageFont.truetype("Purisa", 20) +user_id_font=ImageFont.truetype("Purisa.ttf", 20) user_id_position=(30,0) def balance(user_name, balance):