mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-04-25 03:29:58 -07:00
16 lines
333 B
Plaintext
16 lines
333 B
Plaintext
App(
|
|
appid="UPC_Generator",
|
|
name="UPC-A Generator",
|
|
apptype=FlipperAppType.EXTERNAL,
|
|
entry_point="barcode_UPCA_generator_app",
|
|
cdefines=["APP_BARCODE_GEN"],
|
|
requires=[
|
|
"gui",
|
|
"dialogs",
|
|
],
|
|
stack_size=1 * 1024,
|
|
order=250,
|
|
fap_icon="barcode_10px.png",
|
|
fap_category="Misc",
|
|
)
|