Update apps

This commit is contained in:
Willy-JL
2023-08-30 18:59:32 +02:00
parent 160ab755a2
commit ee37769ee2
308 changed files with 2314 additions and 801 deletions

View File

@@ -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",

View File

@@ -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

View File

@@ -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) {