lyric update

This commit is contained in:
2024-01-12 21:39:11 +01:00
parent 60c86d5ce8
commit 2b77fd723c
2 changed files with 7 additions and 1 deletions
+6
View File
@@ -3,3 +3,9 @@ Drink water bitch.
Don't say "nigga", it's bad. Don't say "nigga", it's bad.
Respect and love all races. Respect and love all races.
Bitch, better wash your faces. Bitch, better wash your faces.
Always say "please" and "thank you"
Don't drink coke and pepsi.
Drink only water and milk.
Always pray to the Mad God.
Respect the ladies and old people.
I like my bitches like I like my armor - Ebony
+1 -1
View File
@@ -97,7 +97,7 @@ try:
time_draw.text((100+x, 5), lyric, font = font15, fill = 0) time_draw.text((100+x, 5), lyric, font = font15, fill = 0)
epd.displayPartial(epd.getbuffer(time_image)) epd.displayPartial(epd.getbuffer(time_image))
epd.displayPartial(epd.getbuffer(time_image)) epd.displayPartial(epd.getbuffer(time_image))
time.sleep(50) time.sleep(30)
except IOError as e: except IOError as e:
logging.info(e) logging.info(e)
except KeyboardInterrupt: except KeyboardInterrupt: