mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-06-17 20:19:43 -07:00
apps
This commit is contained in:
@@ -1,10 +1,12 @@
|
||||
App(
|
||||
appid="APPS_Paint",
|
||||
name="Paint",
|
||||
apptype=FlipperAppType.PLUGIN,
|
||||
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",
|
||||
)
|
||||
Binary file not shown.
|
After Width: | Height: | Size: 1.9 KiB |
Reference in New Issue
Block a user