Skip to content

Commit

Permalink
Update officedisplay.py
Browse files Browse the repository at this point in the history
  • Loading branch information
David committed Apr 27, 2016
1 parent a26f980 commit 0adf8cd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions officedisplay.py
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ def Routine_Welcome():

display.clearoffsetScreen()

display.drawtext(6,1,"Welcome to the GPT Office:","7x13B",5,148,208,True)
display.drawtext(6,1,"Welcome to the Office:","7x13B",5,148,208,True)
display.drawtext(xPosition,18,person_name,"7x13B",5,148,208,True)
display.updateScreen()

Expand Down Expand Up @@ -215,7 +215,7 @@ def Routine_RevenueCounter():
xPosition = 100 - (len(saved_money) * 3.5)

display.clearoffsetScreen()
display.drawtext(6,1,"GPT P&D INNOVATION REVENUE","7x13B",0,74,193,True)
display.drawtext(6,1,"INNOVATION REVENUE","7x13B",0,74,193,True)
display.drawtext(61,11,"- COUNTER -","7x13B",5,148,208,True)
display.drawtext(xPosition,22,saved_money,"7x13B",216,228,249,True)
#display.drawtext(1,24,str(past_time),"5x8",10,10,10,True)
Expand Down

0 comments on commit 0adf8cd

Please sign in to comment.