bbcmicrobit / bbcmicrobit/micropython
Christmas Tree icon
Open
enhancement
- Dominant language
- C
- Stars
- 646
- Forks
- 290
- PR merge metrics
- No merged PRs in 30d
Description
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)
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.