mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-05-12 22:18:35 -07:00
Temporarily backport app updates from apps repo
This commit is contained in:
@@ -6,6 +6,7 @@ App(
|
||||
cdefines=["APP_ETCH_A_SKETCH"],
|
||||
requires=["gui"],
|
||||
stack_size=2 * 1024,
|
||||
order=175,
|
||||
fap_icon="etch-a-sketch-icon.png",
|
||||
fap_category="Media",
|
||||
fap_icon_assets="assets",
|
||||
|
||||
@@ -10,7 +10,6 @@
|
||||
#include <stdio.h>
|
||||
#include <string.h>
|
||||
#include "etch_icons.h"
|
||||
#include <assets_icons.h>
|
||||
|
||||
#define WIDTH 64
|
||||
#define HEIGHT 32
|
||||
|
||||
Reference in New Issue
Block a user