import ubinascii, hashlib

def banner(name):
  hash = ubinascii.hexlify(hashlib.sha1('test').digest())
  leds = hash[:-4]

  
  ## TODO