Skip to content

Instantly share code, notes, and snippets.

@andreagrandi
Created March 11, 2016 15:05
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save andreagrandi/7ed1a9187eef7a81767e to your computer and use it in GitHub Desktop.
Save andreagrandi/7ed1a9187eef7a81767e to your computer and use it in GitHub Desktop.
Hello world example in MicroPython
from microbit import display
# This text will scroll on the 5x5 matrix display
display.scroll('Hello PyCon Italy')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment