mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-05-12 19:28:36 -07:00
Update apps
This commit is contained in:
@@ -8,8 +8,8 @@ App(
|
||||
],
|
||||
fap_icon="metronome_icon.png",
|
||||
fap_category="Media",
|
||||
fap_icon_assets="images",
|
||||
stack_size=2 * 1024,
|
||||
order=20,
|
||||
fap_author="@panki27 & @xMasterX",
|
||||
fap_version="1.0",
|
||||
fap_description="Metronome app",
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
#include <gui/canvas.h>
|
||||
#include <gui/icon_i.h>
|
||||
#include "metronome_icons.h"
|
||||
#include <assets_icons.h>
|
||||
|
||||
//lib can only do bottom left/right
|
||||
|
||||
2
applications/external/metronome/metronome.c
vendored
2
applications/external/metronome/metronome.c
vendored
@@ -178,7 +178,7 @@ static void timer_callback(void* ctx) {
|
||||
case Silent:
|
||||
break;
|
||||
}
|
||||
}
|
||||
};
|
||||
|
||||
// this is a bit of a kludge... if we are on vibro and unpronounced, stop vibro after half the usual duration
|
||||
switch(metronome_state->output_mode) {
|
||||
|
||||
Reference in New Issue
Block a user