diff --git a/applications/main/subghz/views/receiver.c b/applications/main/subghz/views/receiver.c index 547b3c3fd..ebbcc2453 100644 --- a/applications/main/subghz/views/receiver.c +++ b/applications/main/subghz/views/receiver.c @@ -30,9 +30,9 @@ typedef struct SubGhzReceiverHistory SubGhzReceiverHistory; static const Icon* ReceiverItemIcons[] = { [SubGhzProtocolTypeUnknown] = &I_Quest_7x8, - [SubGhzProtocolTypeStatic] = &I_Unlock_7x8, - [SubGhzProtocolTypeDynamic] = &I_Lock_7x8, - [SubGhzProtocolTypeRAW] = &I_Unlock_7x8, + [SubGhzProtocolTypeStatic] = &I_Static_9x7, + [SubGhzProtocolTypeDynamic] = &I_Dynamic_9x7, + [SubGhzProtocolTypeRAW] = &I_Raw_9x7, }; typedef enum { diff --git a/assets/icons/Infrared/Rotate_25x27.png b/assets/icons/Infrared/Rotate_25x27.png index 0c62e9dc1..648634a09 100644 Binary files a/assets/icons/Infrared/Rotate_25x27.png and b/assets/icons/Infrared/Rotate_25x27.png differ diff --git a/assets/icons/Infrared/Rotate_hvr_25x27.png b/assets/icons/Infrared/Rotate_hvr_25x27.png index d2ab0f3fc..a2b5cf93d 100644 Binary files a/assets/icons/Infrared/Rotate_hvr_25x27.png and b/assets/icons/Infrared/Rotate_hvr_25x27.png differ diff --git a/assets/icons/Infrared/Timer_25x27.png b/assets/icons/Infrared/Timer_25x27.png index 5ce468198..2f1853a34 100644 Binary files a/assets/icons/Infrared/Timer_25x27.png and b/assets/icons/Infrared/Timer_25x27.png differ diff --git a/assets/icons/Infrared/Timer_hvr_25x27.png b/assets/icons/Infrared/Timer_hvr_25x27.png index f6959c244..d4dffa544 100644 Binary files a/assets/icons/Infrared/Timer_hvr_25x27.png and b/assets/icons/Infrared/Timer_hvr_25x27.png differ diff --git a/assets/icons/SubGhz/Dynamic_9x7.png b/assets/icons/SubGhz/Dynamic_9x7.png new file mode 100644 index 000000000..50922d4fb Binary files /dev/null and b/assets/icons/SubGhz/Dynamic_9x7.png differ diff --git a/assets/icons/SubGhz/Raw_9x7.png b/assets/icons/SubGhz/Raw_9x7.png new file mode 100644 index 000000000..39a6d0386 Binary files /dev/null and b/assets/icons/SubGhz/Raw_9x7.png differ diff --git a/assets/icons/SubGhz/Static_9x7.png b/assets/icons/SubGhz/Static_9x7.png new file mode 100644 index 000000000..dad4833e3 Binary files /dev/null and b/assets/icons/SubGhz/Static_9x7.png differ