whaleygeek / bitio

A micro:bit I/O device library for Python
Other
92 stars 31 forks source link

Fix ALLCLOCKS incompatibility with the 'normal' microbit library #10

Closed martinohanlon closed 7 years ago

martinohanlon commented 7 years ago

Minor bug fix.

Using 'Normal' microbit python, the following code:

import microbit
microbit.display.show(microbit.Image.ALL_CLOCKS[0])

Would show the clock hand pointing straight up at the 12.

In bitio the same code, would have shown the code pointing at number 1.

whaleygeek commented 7 years ago

Thanks