Skip to content

Writing greek characters and displaying multiple numerals on the microbit led matrix

License

Notifications You must be signed in to change notification settings

tkleisas/pxt-greekled-beta

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pxt-greekled-beta

Support for writing greek characters on the led matrix of microbit. Inspired by japanese katakana text package on https://makecode.microbit.org/pkg/mbitfun/pxt-katakana . Initially the code from this project was used as a starting point but eventually the code was written from scratch.

This pxt-microbit package contains two blocks:

  1. showString that enables the display of greek characters and has the following signature: function showString(text: string, time: number = 200): void
  2. showNumber that enables the display of numbers up to three digits and has the following signature: function showNumber(n: number): void

TODO

Read more at https://makecode.microbit.org/packages/build-your-own

License

MIT

Supported targets

  • for PXT/microbit (The metadata above is needed for package search.)

About

Writing greek characters and displaying multiple numerals on the microbit led matrix

Resources

License

Stars

Watchers

Forks

Packages

No packages published