e17336498d
* Gui: move rotation logic to ViewPort, replace delayed View switch in ViewDispatcher with event filtering and redirection to previous view. * SubGhz: add function description * Gui, Input: add event id to input events. * SubGhz: fix "crashing on ?" * SubGhz: add icon scanning * SubGhz: updated interface read scene, updated interface config scene * Assets: update subghz assets * SubGhz: replaced the picture in the read scene, changed the paths to additional files * SubGhz: fix deadlock in timer callback * SubGhz: fix icon read scene * SubGhz: fix icon read scene * SubGhz: fix duble text transmitter scene * SubGhz: correct spelling. Gui: bigger queue for ViewDispatcher. * SubGhz: fix creation and transmission of dynamic code without the presence of a manufactory key * SubGhz: fix keelog, setting a name in the absence of a manufactory key * SubGhz: fix load bad keelog key * Format sources * Furi: remove garbage from core. GpioTester: fix memory leak and cleanup * Accessor: remove obsolete notification code * MusicPlayer: remove input event injection * Input: rename id to sequence Co-authored-by: Aleksandr Kutuzov <alleteam@gmail.com>
119 lines
4.2 KiB
C
119 lines
4.2 KiB
C
#pragma once
|
|
#include <gui/icon.h>
|
|
|
|
extern const Icon A_WatchingTV_128x64;
|
|
extern const Icon A_Wink_128x64;
|
|
extern const Icon I_dir_10px;
|
|
extern const Icon I_Nfc_10px;
|
|
extern const Icon I_sub1_10px;
|
|
extern const Icon I_ir_10px;
|
|
extern const Icon I_ibutt_10px;
|
|
extern const Icon I_unknown_10px;
|
|
extern const Icon I_ble_10px;
|
|
extern const Icon I_125_10px;
|
|
extern const Icon I_ButtonRightSmall_3x5;
|
|
extern const Icon I_ButtonLeft_4x7;
|
|
extern const Icon I_ButtonLeftSmall_3x5;
|
|
extern const Icon I_DFU_128x50;
|
|
extern const Icon I_Warning_30x23;
|
|
extern const Icon I_ButtonRight_4x7;
|
|
extern const Icon I_ButtonCenter_7x7;
|
|
extern const Icon I_DolphinOkay_41x43;
|
|
extern const Icon I_DolphinFirstStart4_67x53;
|
|
extern const Icon I_DolphinFirstStart2_59x51;
|
|
extern const Icon I_DolphinFirstStart5_54x49;
|
|
extern const Icon I_DolphinFirstStart0_70x53;
|
|
extern const Icon I_DolphinFirstStart6_58x54;
|
|
extern const Icon I_DolphinFirstStart1_59x53;
|
|
extern const Icon I_DolphinFirstStart8_56x51;
|
|
extern const Icon I_DolphinFirstStart7_61x51;
|
|
extern const Icon I_Flipper_young_80x60;
|
|
extern const Icon I_DolphinFirstStart3_57x48;
|
|
extern const Icon I_Scanning_123x52;
|
|
extern const Icon I_Quest_7x8;
|
|
extern const Icon I_Unlock_7x8;
|
|
extern const Icon I_Lock_7x8;
|
|
extern const Icon I_PassportBottom_128x17;
|
|
extern const Icon I_DoorLeft_8x56;
|
|
extern const Icon I_DoorLocked_10x56;
|
|
extern const Icon I_DoorRight_8x56;
|
|
extern const Icon I_DoorLeft_70x55;
|
|
extern const Icon I_PassportLeft_6x47;
|
|
extern const Icon I_DoorRight_70x55;
|
|
extern const Icon I_LockPopup_100x49;
|
|
extern const Icon I_Mute_25x27;
|
|
extern const Icon I_IrdaArrowUp_4x8;
|
|
extern const Icon I_Up_hvr_25x27;
|
|
extern const Icon I_Mute_hvr_25x27;
|
|
extern const Icon I_Vol_down_25x27;
|
|
extern const Icon I_Down_25x27;
|
|
extern const Icon I_Power_hvr_25x27;
|
|
extern const Icon I_IrdaLearnShort_128x31;
|
|
extern const Icon I_IrdaArrowDown_4x8;
|
|
extern const Icon I_Vol_down_hvr_25x27;
|
|
extern const Icon I_IrdaLearn_128x64;
|
|
extern const Icon I_Down_hvr_25x27;
|
|
extern const Icon I_Fill_marker_7x7;
|
|
extern const Icon I_Power_25x27;
|
|
extern const Icon I_Vol_up_25x27;
|
|
extern const Icon I_Up_25x27;
|
|
extern const Icon I_Back_15x10;
|
|
extern const Icon I_IrdaSend_128x64;
|
|
extern const Icon I_IrdaSendShort_128x34;
|
|
extern const Icon I_Vol_up_hvr_25x27;
|
|
extern const Icon I_KeySave_24x11;
|
|
extern const Icon I_KeyBackspaceSelected_16x9;
|
|
extern const Icon I_KeySaveSelected_24x11;
|
|
extern const Icon I_KeyBackspace_16x9;
|
|
extern const Icon A_125khz_14;
|
|
extern const Icon A_Bluetooth_14;
|
|
extern const Icon A_FileManager_14;
|
|
extern const Icon A_GPIO_14;
|
|
extern const Icon A_Games_14;
|
|
extern const Icon A_Infrared_14;
|
|
extern const Icon A_NFC_14;
|
|
extern const Icon A_Passport_14;
|
|
extern const Icon A_Plugins_14;
|
|
extern const Icon A_Power_14;
|
|
extern const Icon A_Settings_14;
|
|
extern const Icon A_Sub1ghz_14;
|
|
extern const Icon A_Tamagotchi_14;
|
|
extern const Icon A_U2F_14;
|
|
extern const Icon A_iButton_14;
|
|
extern const Icon I_Detailed_chip_17x13;
|
|
extern const Icon I_Medium_chip_22x21;
|
|
extern const Icon I_Health_16x16;
|
|
extern const Icon I_FaceCharging_29x14;
|
|
extern const Icon I_BatteryBody_52x28;
|
|
extern const Icon I_Voltage_16x16;
|
|
extern const Icon I_Temperature_16x16;
|
|
extern const Icon I_FaceNopower_29x14;
|
|
extern const Icon I_FaceNormal_29x14;
|
|
extern const Icon I_Battery_16x16;
|
|
extern const Icon I_FaceConfused_29x14;
|
|
extern const Icon I_RFIDDolphinSuccess_108x57;
|
|
extern const Icon I_RFIDBigChip_37x36;
|
|
extern const Icon I_RFIDDolphinSend_97x61;
|
|
extern const Icon I_RFIDDolphinReceive_97x61;
|
|
extern const Icon I_SDQuestion_35x43;
|
|
extern const Icon I_SDError_43x35;
|
|
extern const Icon I_BadUsb_9x8;
|
|
extern const Icon I_PlaceholderR_30x13;
|
|
extern const Icon I_Background_128x8;
|
|
extern const Icon I_Lock_8x8;
|
|
extern const Icon I_Battery_26x8;
|
|
extern const Icon I_PlaceholderL_11x13;
|
|
extern const Icon I_Battery_19x8;
|
|
extern const Icon I_SDcardMounted_11x8;
|
|
extern const Icon I_SDcardFail_11x8;
|
|
extern const Icon I_USBConnected_15x8;
|
|
extern const Icon I_Bluetooth_5x8;
|
|
extern const Icon I_Background_128x11;
|
|
extern const Icon I_DolphinMafia_115x62;
|
|
extern const Icon I_DolphinExcited_64x63;
|
|
extern const Icon I_iButtonDolphinSuccess_109x60;
|
|
extern const Icon I_iButtonDolphinVerySuccess_108x52;
|
|
extern const Icon I_iButtonKey_49x44;
|
|
extern const Icon I_DolphinNice_96x59;
|
|
extern const Icon I_DolphinWait_61x59;
|