mirror of
https://github.com/UberGuidoZ/Flipper.git
synced 2024-12-23 15:00:13 +00:00
14 lines
308 B
Plaintext
14 lines
308 B
Plaintext
|
App(
|
||
|
appid="coleco",
|
||
|
name="RC2014 ColecoVision",
|
||
|
apptype=FlipperAppType.EXTERNAL,
|
||
|
entry_point="coleco_app",
|
||
|
cdefines=["APP_COLECO"],
|
||
|
requires=["gui"],
|
||
|
stack_size=1 * 1024,
|
||
|
order=35,
|
||
|
fap_icon="coleco_10px.png",
|
||
|
fap_icon_assets="icons",
|
||
|
fap_category="GPIO_Extra",
|
||
|
)
|