Difference between revisions of "1. Panel scrolling text"

From Banana Pi Wiki
Jump to: navigation, search
(Created page with "=Panel scrolling text= This is a qualitative change from the original hello word! ==Prepare the required tools== *BPI:bit newest firmware. Bin *Windows - Mpfshell. Exe you...")
 
(Prepare the required tools)
Line 9: Line 9:
  
 
you can download from :https://github.com/BPI-STEAM/BPI-BIT-MicroPython/releases
 
you can download from :https://github.com/BPI-STEAM/BPI-BIT-MicroPython/releases
 +
 +
MicroPython is super simple:
 +
 +
from microbit import *
 +
display.scroll("Hello, World!")
 +
 +
[[File:Scroll-hello.gif]]

Revision as of 01:05, 18 February 2019

Panel scrolling text

This is a qualitative change from the original hello word!

Prepare the required tools

  • BPI:bit newest firmware. Bin
  • Windows - Mpfshell. Exe

you can download from :https://github.com/BPI-STEAM/BPI-BIT-MicroPython/releases

MicroPython is super simple:

from microbit import *
display.scroll("Hello, World!")

Scroll-hello.gif