2019年4月7日 星期日

day one

from microbit import *

display.scroll("123")

display.show(Image.HEART)

清除螢幕
display.clear()

===test

from microbit import *
#display.scroll("123")
display.clear()
i=0

while i<5:
    display.show(Image.HEART)
    sleep(500)
    display.show(Image.HEART_SMALL)
    sleep(500)
    i=i+1

=======圖示
from microbit import *
display.clear()

nickname = Image("30595:"
                               "40509:"
                               "59599:"
                               "00600:"
                               "00700")

display.show(nickname)

沒有留言:

張貼留言