mirror of
https://github.com/UberGuidoZ/Flipper.git
synced 2026-09-18 20:41:31 +00:00
Added xMasterX API v11.x source
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
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",
|
||||
)
|
||||
Reference in New Issue
Block a user