makecode WhaleySans Font extension for micro:bit
WhaleySans Font is a very small font (2 x 5), may show two digital in 5 x 5 LEDs.
WhaleySans Font is from whaleygeek/mb_clock.
Author: shaoziyang
Date: 2018.Mar
open your microbit makecode project, in Add Package, paste
https://github.com/makecode-packages/WhaleySansFont
to search box then search.
let item = 0
item = 0
basic.forever(() => {
whaleysans.showNumber(item)
item += 1
})
- showNumber(dat: number)
show a WhaleySansFont number
dat: 0-99
MIT
Copyright (c) 2018, microbit/micropython Chinese community
- for PXT/microbit