haloDisplay = kitronik_halo_hd.create_zip_halo_display(60) haloDisplay.show_rainbow(1, 360) def on_forever(): pass basic.forever(on_forever)