Software › MicroPython: Scrolling Text
MicroPython: Scrolling Text
demo Open · freely redistributable
The stock MicroPython v1.1.1 runtime (MIT) running display.scroll('MICRO:BIT'). Scrolling text exercises the whole runtime end to end: the font renderer, the fiber scheduler, and the interrupt-driven system timer that advances the scroll frame by frame — all on the emulated Cortex-M0 with the new NVIC/timer interrupts. Python source CC0.
Format: nRF51 flash image (stock MicroPython runtime + appended .py) · By: MicroPython / Damien George; Lancaster University; script by emulators.org · Licence: MIT (MicroPython + microbit-dal); script CC0