micropython icon indicating copy to clipboard operation
micropython copied to clipboard

Christmas Tree icon

Open DavidWhaleMEF opened this issue 7 years ago • 1 comments

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)

DavidWhaleMEF avatar May 17 '17 08:05 DavidWhaleMEF

Image.XMAS:

builtin

New contributed design for Christmas tree:

new

DavidWhaleMEF avatar May 17 '17 08:05 DavidWhaleMEF