Example #1
0
def animations():
    print "---Led Animations Activated---"
    while(g.STATE):
        if g.BOOT_READY:
            g.done_boot_animation()
        if g.TIMELAPSE_READY:
            g.timelapse_ready_animation()
    print "---Led Animations Deactivated---"
    g.end()
Example #2
0
def animations():
    print "---Led Animations Activated---"
    while (g.STATE):
        if g.BOOT_READY:
            g.done_boot_animation()
        if g.TIMELAPSE_READY:
            g.timelapse_ready_animation()
    print "---Led Animations Deactivated---"
    g.end()
def main():
    print "main"
    while (g.STATE):
        g.done_boot_animation()

    g.end()
def main():
    print "main"
    while(g.STATE):
        g.done_boot_animation()

    g.end()