Skip to content

Instantly share code, notes, and snippets.

@ShawnHymel
Created August 11, 2016 00:43
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ShawnHymel/c052ac191935a7df17905462c3d5add3 to your computer and use it in GitHub Desktop.
Save ShawnHymel/c052ac191935a7df17905462c3d5add3 to your computer and use it in GitHub Desktop.
Make the micro:bit scroll the phrase "Hello!"
from microbit import *
while True:
display.scroll("Hello!")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment