예제 #1
0
파일: run.py 프로젝트: midpipps/pimeter
def main():
    '''
    run the program and keep everything updating and going
    '''
    thescreen = Screen()
    for i in range(0, 10):
        thescreen.updaterunning()
        time.sleep(.05)
    thescreen.cleardisplay()