diff --git a/lyrics.txt b/lyrics.txt index 79ce719..114b6d9 100644 --- a/lyrics.txt +++ b/lyrics.txt @@ -3,3 +3,9 @@ Drink water bitch. Don't say "nigga", it's bad. Respect and love all races. 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 diff --git a/sheogorath.py b/sheogorath.py index 0a2b588..a7e9369 100644 --- a/sheogorath.py +++ b/sheogorath.py @@ -97,7 +97,7 @@ try: time_draw.text((100+x, 5), lyric, font = font15, fill = 0) epd.displayPartial(epd.getbuffer(time_image)) epd.displayPartial(epd.getbuffer(time_image)) - time.sleep(50) + time.sleep(30) except IOError as e: logging.info(e) except KeyboardInterrupt: