Page 1 of 1

Display Function error

Posted: Sat Mar 11, 2017 8:23 pm
by markwales
New to MicroPython. What am I doing wrong here? I get an error on Line 5 with display.off() but line 3 display.show works fine. Any help appreciated.

1 from microbit import *
2
3 display.show('GO',delay=400, wait=True, loop=False,clear=True)
4
5 display.off()

Re: Display Function error

Posted: Mon Mar 13, 2017 9:28 am
by deshipu
That works for me. Can you tell what error you are getting?