micropython
micropython copied to clipboard
Christmas Tree icon
microbit.org-ticket: 1772
This new image of a christmas tree was submitted to us by a school child recently. I'm logging it here in case you think this might be includable in a later version of the MicroPython software. It uses the intensity levels to create a nicely shaped tree!
from microbit import * i = Image("00900:" "04740:" "37773:" "77777:" "00700")
display.show(i)
Image.XMAS:
New contributed design for Christmas tree: