| 1234567891011121314151617 |
- App(
- appid="malveke_pin_test",
- name="GAME BOY PIN Test MALVEKE",
- apptype=FlipperAppType.EXTERNAL,
- entry_point="malveke_pin_test_app",
- requires=["gui"],
- stack_size=1*1024,
- order=1,
- fap_version=[2,0],
- fap_libs=["assets"],
- fap_icon="icons/icon.png",
- fap_icon_assets="icons",
- fap_category="GPIO",
- fap_description="ESP32 GAME BOY CAMERA live feed and photo capture, use left/right for exposition and center for saving a screenshot.",
- fap_author="Esteban Fuentealba",
- fap_weburl="https://github.com/EstebanFuentealba/MALVEKE-Flipper-Zero/"
- )
|