2of5 screen for microbit

Hello, this is Phat’s extension for Microbit. It’s called 2of5font This will be an extension for rendering numbers on the microbit screen in 2of5 mode. This is most commonly seen in basic one-dimensional barcodes such as the ITF barcode, and is an extension inspired by all the two-fifth family of one-dimensional barcodes, especially the ITF barcode.

microbit-2of5-test-part1

microbit-2of5-test-part2

This will be the warp that is in this microbit extension (the appropriate warp).

github:phatisena/microbit-2of5-font

After viewing this topic, you can like it if you like it. However, you can reply to Pat, but don’t reply too much. Thank you.

1 Like

Hello, I upgraded the extension by overhauling several codes and adding negative number support and changing the 2of5 code database from a string list to a buffer that stores hexadecim in two consecutive digits containing the 2of5 code stored in binary numbers.

quarequin/microbit-2of5-font

this microbit extension has demo project.

Note: This extension has been mainly updated from abandoned to almost two years.

  • Quarequin(formerly Phatiski)