flipper-barcode
flipper-barcode copied to clipboard
A barcode generator for the Flipper Zero
#+title: Flipper Barcode #+OPTIONS: toc:nil
[[file:docs/barcode.png]]
Flipper Barcode is a 1-D barcode generator for the Flipper Zero. Currently only EAN-13 (and UPC-A) barcodes are supported.
- Installation
- Navigate to the latest daily build [[https://github.com/terinjokes/flipper-barcode/actions/workflows/build.yml][Action]]
- Download and extract the =fap= corresponding to your Flipper's firmware version
- Copy to =apps/Tools/barcode.fap= on your Flipper's SD Card
- Copy =examples/Bonuskaart.bar= to =barcode/Bonuskaart.bar= on the SD Card
- Manual Build
- Setup [[https://github.com/flipperdevices/flipperzero-ufbt][micro Flipper Build Tool (ufbt)]]
- Build with =ufbt=
- Copy =dist/barcode.fap= to =apps/Tools/barcode.fap= on your Flipper's SD Card
- Copy =examples/Bonuskaart.bar= to =barcode/Bonuskaart.bar= on the SD Card.