Files
python-microbit/begynder/billede.py
Jan Lerking 84751ce823 Updated. /JL
2025-04-22 11:49:02 +02:00

7 lines
113 B
Python

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