-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #783 from derskythe/fix/docs-formating
fix: remove not printable symbols and update FAQ and BadUSB documenta…
- Loading branch information
Showing
10 changed files
with
597 additions
and
558 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,16 @@ | ||
# 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) | ||
> Author: [McAzzaMan](https://github.com/McAzzaMan/flipperzero-firmware/tree/UPC-A_Barcode_Generator/applications/barcode_generator) | ||
<img src=https://i.imgur.com/TDbo1tz.png> | ||
<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> | ||
<img src="https://i.imgur.com/bxTdzuA.png" alt="" /> | ||
|
||
<b> -Controls- </b> </br> | ||
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. | ||
## Controls | ||
|
||
<img src=https://i.imgur.com/lGbzdwH.png> | ||
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="" /> |
Oops, something went wrong.