mirror of
https://github.com/UberGuidoZ/Flipper.git
synced 2024-12-26 00:10:11 +00:00
12 lines
260 B
Plaintext
12 lines
260 B
Plaintext
App(
|
|
appid="Paint",
|
|
name="Paint",
|
|
apptype=FlipperAppType.EXTERNAL,
|
|
entry_point="paint_app",
|
|
cdefines=["APP_PAINT"],
|
|
requires=["gui"],
|
|
stack_size=2 * 1024,
|
|
order=175,
|
|
fap_icon="paintIcon.png",
|
|
fap_category="Misc_Extra",
|
|
) |