mirror of
https://github.com/DarkFlippers/unleashed-firmware.git
synced 2024-12-18 19:01:47 +03:00
13 lines
303 B
Plaintext
13 lines
303 B
Plaintext
App(
|
|
appid="i2cTools",
|
|
name="[GPIO] i2c Tools",
|
|
apptype=FlipperAppType.EXTERNAL,
|
|
entry_point="i2ctools_app",
|
|
cdefines=["APP_I2CTOOLS"],
|
|
requires=["gui"],
|
|
stack_size=2 * 1024,
|
|
order=175,
|
|
fap_icon="i2ctools.png",
|
|
fap_category="GPIO",
|
|
fap_icon_assets="images",
|
|
) |