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:
- showString that enables the display of greek characters and has the following signature: function showString(text: string, time: number = 200): void
- showNumber that enables the display of numbers up to three digits and has the following signature: function showNumber(n: number): void
- Get your package reviewed and approved https://makecode.microbit.org/packages/approval
Read more at https://makecode.microbit.org/packages/build-your-own
MIT
- for PXT/microbit (The metadata above is needed for package search.)