mirror of
https://github.com/DarkFlippers/unleashed-firmware
synced 2024-11-24 13:33:06 +00:00
15 lines
No EOL
335 B
Text
15 lines
No EOL
335 B
Text
App(
|
|
appid="barcode_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=50,
|
|
fap_icon="barcode_10px.png",
|
|
fap_category="Misc",
|
|
) |