mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-05-06 05:19:09 -07:00
17 lines
505 B
Plaintext
17 lines
505 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="Media",
|
|
fap_author="@n-o-T-I-n-s-a-n-e",
|
|
fap_weburl="https://github.com/n-o-T-I-n-s-a-n-e",
|
|
fap_version="1.0",
|
|
fap_description="A basic Paint app, Click Ok to draw dot, hold Ok to enable drawing continuously, hold Back to clear the screen",
|
|
)
|