App( appid="paint", name="Paint", apptype=FlipperAppType.EXTERNAL, entry_point="paint_app", cdefines=["APP_PAINT"], requires=["gui"], stack_size=2 * 1024, order=175, fap_icon="paintIcon.png", fap_category="Media", fap_author="@n-o-T-I-n-s-a-n-e", fap_weburl="https://github.com/n-o-T-I-n-s-a-n-e", fap_version="1.2", fap_description="A basic Paint app, Click Ok to draw dot, hold Ok to enable drawing continuously, hold Back to clear the screen", )