mirror of
https://github.com/UberGuidoZ/Flipper.git
synced 2024-12-26 00:10:11 +00:00
13 lines
296 B
Plaintext
13 lines
296 B
Plaintext
|
App(
|
||
|
appid="i2cTools",
|
||
|
name="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",
|
||
|
)
|