images = [Image("90000:00000:00000:00000:00000"),
Image("09000:00000:00000:00000:00000"),
Image("00900:00000:00000:00000:00000"),
Image("00090:00000:00000:00000:00000"),
Image("00009:00000:00000:00000:00000"),
Image("00000:00009:00000:00000:00000"),
Image("00000:00000:00009:00000:00000"),
Image("00000:00000:00000:00009:00000"),
Image("00000:00000:00000:00000:00009"),
Image("00000:00000:00000:00000:00090"),
Image("00000:00000:00000:00000:00900"),
Image("00000:00000:00000:00000:09000"),
Image("00000:00000:00000:00000:90000"),
Image("00000:00000:00000:90000:00000"),
Image("00000:00000:90000:00000:00000"),
Image("00000:90000:00000:00000:00000")]
pic = random.choice([Image.HAPPY, Image.SAD, Image.ASLEEP])
while not button_a.is_pressed():
display.show(images, delay=50)