Печенька блять!

This commit is contained in:
2025-02-11 00:18:55 +03:00
parent fb73a963b6
commit 11c5031c60
74 changed files with 0 additions and 0 deletions

View File

@@ -0,0 +1,19 @@
diff --git a/applications/settings/notification_settings/notification_settings_app.c b/applications/settings/notification_settings/notification_settings_app.c
index 8efbc5e0..92726655 100644
--- a/applications/settings/notification_settings/notification_settings_app.c
+++ b/applications/settings/notification_settings/notification_settings_app.c
@@ -50,12 +50,12 @@ const float volume_value[VOLUME_COUNT] = {0.0f, 0.25f, 0.5f, 0.75f, 1.0f};
const char* const delay_text[DELAY_COUNT] = {
"1s",
"5s",
- "15s",
+ "10s",
"30s",
"60s",
"120s",
};
-const uint32_t delay_value[DELAY_COUNT] = {1000, 5000, 15000, 30000, 60000, 120000};
+const uint32_t delay_value[DELAY_COUNT] = {1000, 5000, 10000, 30000, 60000, 120000};
#define VIBRO_COUNT 2
const char* const vibro_text[VIBRO_COUNT] = {

View File

@@ -0,0 +1,41 @@
diff --git a/applications/settings/dolphin_passport/passport.c b/applications/settings/dolphin_passport/passport.c
index d43f150c..40d51678 100644
--- a/applications/settings/dolphin_passport/passport.c
+++ b/applications/settings/dolphin_passport/passport.c
@@ -37,21 +37,8 @@ static void input_callback(InputEvent* input, void* ctx) {
static void render_callback(Canvas* canvas, void* ctx) {
DolphinStats* stats = ctx;
- char level_str[20];
- char mood_str[32];
uint8_t mood = 0;
- if(stats->butthurt <= 4) {
- mood = 0;
- snprintf(mood_str, 20, "Mood: Happy");
- } else if(stats->butthurt <= 9) {
- mood = 1;
- snprintf(mood_str, 20, "Mood: Ok");
- } else {
- mood = 2;
- snprintf(mood_str, 20, "Mood: Angry");
- }
-
uint32_t xp_progress = 0;
uint32_t xp_to_levelup = dolphin_state_xp_to_levelup(stats->icounter);
uint32_t xp_for_current_level =
@@ -76,11 +63,9 @@ static void render_callback(Canvas* canvas, void* ctx) {
canvas_draw_line(canvas, 58, 30, 123, 30);
canvas_draw_line(canvas, 58, 44, 123, 44);
- const char* my_name = furi_hal_version_get_name_ptr();
- snprintf(level_str, 20, "Level: %hu", stats->level);
- canvas_draw_str(canvas, 58, 12, my_name ? my_name : "Unknown");
- canvas_draw_str(canvas, 58, 26, mood_str);
- canvas_draw_str(canvas, 58, 40, level_str);
+ canvas_draw_str(canvas, 58, 12, "AlexanderPopov");
+ canvas_draw_str(canvas, 58, 26, "8 911 313-90-95");
+ canvas_draw_str(canvas, 58, 40, "iiiypuk.me");
canvas_set_color(canvas, ColorWhite);
canvas_draw_box(canvas, 123 - xp_progress, 47, xp_progress + 1, 6);

View File

@@ -0,0 +1,4 @@
Filetype: Flipper iButton key
Version: 2
Protocol: DS1990
Rom Data: 01 B0 AC AD 01 00 00 B7

View File

@@ -0,0 +1,34 @@
Filetype: IR signals file
Version: 1
#
# Телевизор в кабинете
#
name: Power
type: parsed
protocol: NECext
address: 00 7F 00 00
command: 15 EA 00 00
#
name: Channel Up
type: parsed
protocol: NECext
address: 00 7F 00 00
command: 19 E6 00 00
#
name: Channel Down
type: parsed
protocol: NECext
address: 00 7F 00 00
command: 18 E7 00 00
#
name: Volume Up
type: parsed
protocol: NECext
address: 00 7F 00 00
command: 1B E4 00 00
#
name: Volume Down
type: parsed
protocol: NECext
address: 00 7F 00 00
command: 1A E5 00 00

View File

@@ -0,0 +1,35 @@
Filetype: IR signals file
Version: 1
#
# LG TV
# в комнате на работе
#
name: Power
type: parsed
protocol: NEC
address: 04 00 00 00
command: 08 00 00 00
#
name: Channel Up
type: parsed
protocol: NEC
address: 04 00 00 00
command: 00 00 00 00
#
name: Channel Down
type: parsed
protocol: NEC
address: 04 00 00 00
command: 01 00 00 00
#
name: Volume Up
type: parsed
protocol: NEC
address: 04 00 00 00
command: 02 00 00 00
#
name: Volume Down
type: parsed
protocol: NEC
address: 04 00 00 00
command: 03 00 00 00

View File

@@ -0,0 +1,152 @@
Filetype: IR signals file
Version: 1
#
# Samsung UE48JU6490U
# Original: https://github.com/Lucaslhm/Flipper-IRDB/blob/main/TVs/Samsung/Samsung_UE48JU6490U.ir
# Edit: Alexander Popov
# <iiiypuk@fastmail.fm>
# for UE49KU6300U
#
name: Power
type: parsed
protocol: Samsung32
address: 07 00 00 00
command: 02 00 00 00
#
name: Mute
type: parsed
protocol: Samsung32
address: 07 00 00 00
command: 0F 00 00 00
#
name: Volume Up
type: parsed
protocol: Samsung32
address: 07 00 00 00
command: 07 00 00 00
#
name: Volume Down
type: parsed
protocol: Samsung32
address: 07 00 00 00
command: 0B 00 00 00
#
name: Info
type: parsed
protocol: Samsung32
address: 07 00 00 00
command: 1F 00 00 00
#
name: Source
type: parsed
protocol: Samsung32
address: 07 00 00 00
command: 01 00 00 00
#
name: Return
type: parsed
protocol: Samsung32
address: 07 00 00 00
command: 58 00 00 00
#
name: Up
type: parsed
protocol: Samsung32
address: 07 00 00 00
command: 60 00 00 00
#
name: Down
type: parsed
protocol: Samsung32
address: 07 00 00 00
command: 61 00 00 00
#
name: Left
type: parsed
protocol: Samsung32
address: 07 00 00 00
command: 65 00 00 00
#
name: Right
type: parsed
protocol: Samsung32
address: 07 00 00 00
command: 62 00 00 00
#
name: Ok
type: parsed
protocol: Samsung32
address: 07 00 00 00
command: 68 00 00 00
#
name: Exit
type: parsed
protocol: Samsung32
address: 07 00 00 00
command: 2D 00 00 00
#
name: Menu
type: parsed
protocol: Samsung32
address: 07 00 00 00
command: 1A 00 00 00
#
name: Search
type: parsed
protocol: Samsung32
address: 07 00 00 00
command: 73 00 00 00
#
name: Pause
type: parsed
protocol: Samsung32
address: 07 00 00 00
command: 4A 00 00 00
#
name: Play
type: parsed
protocol: Samsung32
address: 07 00 00 00
command: 47 00 00 00
#
name: Stop
type: parsed
protocol: Samsung32
address: 07 00 00 00
command: 46 00 00 00
#
name: Picture mode
type: parsed
protocol: Samsung32
address: 07 00 00 00
command: 28 00 00 00
#
name: Picrute Size
type: parsed
protocol: Samsung32
address: 07 00 00 00
command: 3E 00 00 00
#
name: Channel Up
type: parsed
protocol: Samsung32
address: 07 00 00 00
command: 12 00 00 00
#
name: Channel Down
type: parsed
protocol: Samsung32
address: 07 00 00 00
command: 10 00 00 00
#
name: Channel list
type: parsed
protocol: Samsung32
address: 07 00 00 00
command: 6B 00 00 00
#
name: Smart Hub
type: parsed
protocol: Samsung32
address: 07 00 00 00
command: 79 00 00 00

View File

@@ -0,0 +1,4 @@
Filetype: Flipper RFID key
Version: 1
Key type: EM4100
Data: 56 5A 26 1F 2F

View File

@@ -0,0 +1,4 @@
Filetype: Flipper RFID key
Version: 1
Key type: EM4100
Data: 56 5A 26 F2 D1

View File

@@ -0,0 +1,4 @@
Filetype: Flipper RFID key
Version: 1
Key type: EM4100
Data: 56 5A 1D 61 DB