import unicornhat as unicorn import time unicorn.brightness(0.2) unicorn.set_all(0,255,0) unicorn.show() time.sleep(5) unicorn.set_all(255,255,0) unicorn.brightness(1.0) unicorn.show() time.sleep(5)