more configuration

This commit is contained in:
2024-05-21 13:43:40 +02:00
parent faf75e158a
commit 2827046b8b
14 changed files with 74 additions and 19 deletions

View File

@ -8,6 +8,7 @@
#include "shapes.h"
#include "canvas.h"
#include "sound.h"
#include "eeprom.h"
bool mutedFlag = true;
@ -107,6 +108,7 @@ void buttonsExec(void *handle) {
canvasShow();
if (mutedFlag) {
eepromIncGameCounter();
soundCtrl(SOUND_UNMUTE);
mutedFlag = false;
}