diff --git a/main.py b/main.py index f726cac..de95bc8 100644 --- a/main.py +++ b/main.py @@ -83,13 +83,11 @@ def init_demo(): #Demo purpose draw_grid() time.sleep(2) randomize_colors() - time.sleep(2) + def demo_move(): SLOT_DICT[(traktor.x_axis,traktor.y_axis)].draw() traktor.random_move() - -#Main program init_demo() while True: time.sleep(1)