bbcmicrobit / micropython

Port of MicroPython for the BBC micro:bit
https://microbit-micropython.readthedocs.io
Other
603 stars 284 forks source link

microbit.Image.SMILE has no eyes. #626

Closed abee2 closed 5 years ago

abee2 commented 5 years ago

microbit.display.show(microbit.Image.SMILE)

The above code produces the following result.

img_0560

I use chibi:bit (micro:bit compatible board) on v1.1. The result is the same as micro:bit.

dpgeorge commented 5 years ago

As far as I can tell, this is intentional. A SMILE image is just a smile. For a happy face please use HAPPY.

abee2 commented 5 years ago

Oh. I got it. Thank you for your advice.