Skip to content

JosefJezek/microbit-screen-as-a-line

 
 

Repository files navigation

Open this page at https://pelikhan.github.io/microbit-screen-as-a-line/

Usage

plotAt

Use the plotAt block to render LEDs at a index location.

for(let i = 0; i < 25; ++i) {
    screenMagic.plotAt(i)
    basic.pause(500)
}

Use as Extension

This repository can be added as an extension in MakeCode.

Edit this project Build status badge

To edit this repository in MakeCode.

Metadata (used for search, rendering)

  • for PXT/microbit
<script src="https://makecode.com/gh-pages-embed.js"></script><script>makeCodeRender("{{ site.makecode.home_url }}", "{{ site.github.owner_name }}/{{ site.github.repository_name }}");</script>

Packages

No packages published

Languages

  • TypeScript 75.5%
  • Ruby 12.5%
  • Makefile 12.0%