mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-05-20 04:54:45 -07:00
GPIO back to Internal, try Infrared External
This commit is contained in:
@@ -3,9 +3,9 @@ App(
|
|||||||
name="Basic applications for main menu",
|
name="Basic applications for main menu",
|
||||||
apptype=FlipperAppType.METAPACKAGE,
|
apptype=FlipperAppType.METAPACKAGE,
|
||||||
provides=[
|
provides=[
|
||||||
# "gpio",
|
"gpio",
|
||||||
# "ibutton",
|
# "ibutton",
|
||||||
"infrared",
|
# "infrared",
|
||||||
"lfrfid",
|
"lfrfid",
|
||||||
"nfc",
|
"nfc",
|
||||||
"subghz",
|
"subghz",
|
||||||
|
|||||||
@@ -1,13 +1,13 @@
|
|||||||
App(
|
App(
|
||||||
appid="gpio",
|
appid="gpio",
|
||||||
name="GPIO",
|
name="GPIO",
|
||||||
apptype=FlipperAppType.EXTERNAL,
|
apptype=FlipperAppType.APP,
|
||||||
entry_point="gpio_app",
|
entry_point="gpio_app",
|
||||||
cdefines=["APP_GPIO"],
|
cdefines=["APP_GPIO"],
|
||||||
requires=["gui"],
|
requires=["gui"],
|
||||||
stack_size=1 * 1024,
|
stack_size=1 * 1024,
|
||||||
icon="A_GPIO_14",
|
icon="A_GPIO_14",
|
||||||
order=50,
|
order=50,
|
||||||
fap_icon="gpioIcon.png",
|
# fap_icon="gpioIcon.png",
|
||||||
fap_category="Main",
|
# fap_category="Main",
|
||||||
)
|
)
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
App(
|
App(
|
||||||
appid="infrared",
|
appid="infrared",
|
||||||
name="Infrared",
|
name="Infrared",
|
||||||
apptype=FlipperAppType.APP,
|
apptype=FlipperAppType.EXTERNAL,
|
||||||
entry_point="infrared_app",
|
entry_point="infrared_app",
|
||||||
cdefines=["APP_INFRARED"],
|
cdefines=["APP_INFRARED"],
|
||||||
requires=[
|
requires=[
|
||||||
@@ -9,9 +9,11 @@ App(
|
|||||||
"dialogs",
|
"dialogs",
|
||||||
],
|
],
|
||||||
provides=["infrared_start"],
|
provides=["infrared_start"],
|
||||||
icon="A_Infrared_14",
|
# icon="A_Infrared_14",
|
||||||
stack_size=3 * 1024,
|
stack_size=3 * 1024,
|
||||||
order=40,
|
order=40,
|
||||||
|
fap_icon="irIcon.png",
|
||||||
|
fap_category="Main",
|
||||||
)
|
)
|
||||||
|
|
||||||
App(
|
App(
|
||||||
|
|||||||
BIN
applications/main/infrared/irIcon.png
Normal file
BIN
applications/main/infrared/irIcon.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 1.9 KiB |
Reference in New Issue
Block a user