mirror of
https://github.com/DarkFlippers/unleashed-firmware.git
synced 2025-12-12 04:34:43 +04:00
This commit improves the documentation by converting raw URLs into descriptive text links in the FAQ and BadUSB documentation. This enhances readability and navigation for users looking for specific information. Additionally, minor formatting adjustments were made for better consistency and clarity.
17 lines
666 B
Markdown
17 lines
666 B
Markdown
# This is a UPC-A Barcode Generator for the Flipper Zero hardware.
|
|
|
|
> Author: [McAzzaMan](https://github.com/McAzzaMan/flipperzero-firmware/tree/UPC-A_Barcode_Generator/applications/barcode_generator)
|
|
|
|
<img src="https://i.imgur.com/TDbo1tz.png" alt="" />
|
|
|
|
It will eventually be expanded into other barcode types. It currently only generates UPC-A type barcodes.
|
|
|
|
<img src="https://i.imgur.com/bxTdzuA.png" alt="" />
|
|
|
|
## Controls
|
|
|
|
Hitting the `centre` button on the Flipper toggles edit mode.
|
|
When in edit mode, `Left` and `Right` will change the digit to be changed, and up and down will adjust the digit value.
|
|
|
|
<img src="https://i.imgur.com/lGbzdwH.png" alt="" />
|