[FL-3897] Happy mode (#3863)

* feat: happy mode
* feat: remove sad dolphin when powering off in happy mode
* style: address review comments
* Dolphin: add missing furi_checks
* Komi: add missing region initialization on startup

Co-authored-by: あく <alleteam@gmail.com>
This commit is contained in:
porta
2024-09-07 14:54:23 +03:00
committed by GitHub
parent 3c75356b49
commit 266d4b3234
23 changed files with 231 additions and 72 deletions

View File

@@ -5,6 +5,10 @@
#include "dolphin_deed.h"
typedef enum {
DolphinFlagHappyMode = 1,
} DolphinFlags;
typedef struct DolphinState DolphinState;
typedef struct {
uint8_t icounter_daily_limit[DolphinAppMAX];