Files
python-microbit/billede.py
Jan Lerking 0948db2a2e Updated. /JL
2025-04-10 11:06:28 +02:00

7 lines
113 B
Python

from microbit import *
def billede():
display.show(Image.HEART)
sleep(1000)
display.scroll('Hello')