bbcmicrobit/micropython

There isn't a SCISSORS image

rhubarbdog opened this issue · 5 comments

display.show(Image.SCISSORS) causes error
AttributeError: type object 'MicroBitImage' has no attribute 'SCISSORS'

readthedocs lists scissors as a built in image

The SCISSORS image was added quite a while ago in commit 5005880, and it works for me on a micro:bit v1 with firmware v1.1.1. And also a micro:bit v2 with firmware v2.1.1.

ah ha, my uflash is only using 2.0.0 beta .5 let me try updating it

uflash claims it's up to date. is there a microbit.hex that is at 2.1.1 or do i need to compile one

If you use the online Python editor then it should be able to update your micro:bit to the latest firmware: https://python.microbit.org/v/3

the editor gives me version 2.1.2 which contains scissors