Files
python-microbit/begynder/billede.py
Jan Lerking 91bc7878f2 Update. /JL
2025-04-09 06:23:45 +02:00

7 lines
110 B
Python

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