1. Panel scrolling text

From Banana Pi Wiki
Revision as of 01:05, 18 February 2019 by Sinovoip (talk | contribs) (Prepare the required tools)
Jump to: navigation, search

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