2021-06-23 14:58:44 +00:00
|
|
|
#pragma once
|
|
|
|
#include <gui/icon.h>
|
|
|
|
|
2021-12-21 14:10:34 +00:00
|
|
|
extern const Icon I_Certification1_103x23;
|
2022-01-02 21:39:56 +00:00
|
|
|
extern const Icon I_Certification2_119x30;
|
[FL-2183] [FL-2209] Dolphin Deeds, Level up, assets generation, refactoring (#965)
* Desktop: cleanup headers
* Get loader pubsub via record
* [FL-2183] Dolphin refactoring 2022.01
* Restruct animations assets structure
* Rename assets
* Cleanup headers
* Update Recording animation
* Add BadBattery animation
* Provide loader's pubsub via record
* Fix load/unload animations
* Scripts: add flipper format support, initial dolphin packager rework. Assets: internal and external dolphin.
* Sync internal meta.txt and manifest.txt
* Reorder, rename dolphin assets
* Split essential generated assets
* Add ReadMe for dolphin assets
* Separate essential blocking animations
* Scripts: full dolphin validation before packaging
* Assets, Scripts: dolphin external resources packer
* Github: update codeowners
* Scripts: proper slots handling in dolphin animation meta
* Scripts: correct frames enumeration and fix compiled assets.
* [FL-2209] Add Dolphin Deeds points and many more
* Remove excess frame_rate
* Change dolphin assets directory
* Scripts: add internal resource support to dolphin compiler
* Scripts: add internal assets generation, renaming
* Scripts: correct assert, renaming
* Code cleanup, documentation, fixes
* Update Levelup animations
* Rename essential -> blocking
* Fix Unlocked hint
* Scripts: rewrite Templite compiller, replace regexps with token parser, split block types into code and variable blocks. Update dolphin templates.
* Documentation: add key combos description and use information
* Scripts: cleanup templit, more debug info and add dev comment
Co-authored-by: あく <alleteam@gmail.com>
2022-01-29 09:20:41 +00:00
|
|
|
extern const Icon A_Levelup1_128x64;
|
|
|
|
extern const Icon A_Levelup2_128x64;
|
2021-12-07 13:02:19 +00:00
|
|
|
extern const Icon I_125_10px;
|
2022-01-02 21:39:56 +00:00
|
|
|
extern const Icon I_Nfc_10px;
|
2022-05-27 11:19:21 +00:00
|
|
|
extern const Icon I_back_10px;
|
2022-02-10 13:01:49 +00:00
|
|
|
extern const Icon I_badusb_10px;
|
2022-01-02 21:39:56 +00:00
|
|
|
extern const Icon I_ble_10px;
|
2021-12-21 14:10:34 +00:00
|
|
|
extern const Icon I_dir_10px;
|
2022-01-02 21:39:56 +00:00
|
|
|
extern const Icon I_ibutt_10px;
|
2021-12-24 20:00:45 +00:00
|
|
|
extern const Icon I_ir_10px;
|
2022-05-27 11:19:21 +00:00
|
|
|
extern const Icon I_loading_10px;
|
|
|
|
extern const Icon I_music_10px;
|
2022-01-02 21:39:56 +00:00
|
|
|
extern const Icon I_sub1_10px;
|
2022-02-10 13:01:49 +00:00
|
|
|
extern const Icon I_u2f_10px;
|
2021-12-24 20:00:45 +00:00
|
|
|
extern const Icon I_unknown_10px;
|
2022-04-13 20:50:25 +00:00
|
|
|
extern const Icon I_update_10px;
|
2021-10-21 16:27:58 +00:00
|
|
|
extern const Icon I_BLE_Pairing_128x64;
|
2022-01-02 21:39:56 +00:00
|
|
|
extern const Icon I_Ble_connected_38x34;
|
2021-12-21 14:10:34 +00:00
|
|
|
extern const Icon I_Ble_disconnected_24x34;
|
2022-01-02 21:39:56 +00:00
|
|
|
extern const Icon I_Button_18x18;
|
|
|
|
extern const Icon I_Circles_47x47;
|
2021-12-24 20:00:45 +00:00
|
|
|
extern const Icon I_Ok_btn_9x9;
|
2021-12-21 14:10:34 +00:00
|
|
|
extern const Icon I_Pressed_Button_13x13;
|
2022-01-02 21:39:56 +00:00
|
|
|
extern const Icon I_Space_65x18;
|
2021-12-24 20:00:45 +00:00
|
|
|
extern const Icon I_Voldwn_6x6;
|
2022-01-02 21:39:56 +00:00
|
|
|
extern const Icon I_Volup_8x6;
|
|
|
|
extern const Icon I_Clock_18x18;
|
|
|
|
extern const Icon I_Error_18x18;
|
2021-12-15 17:39:06 +00:00
|
|
|
extern const Icon I_EviSmile1_18x21;
|
2022-01-02 21:39:56 +00:00
|
|
|
extern const Icon I_EviSmile2_18x21;
|
2021-12-24 20:00:45 +00:00
|
|
|
extern const Icon I_EviWaiting1_18x21;
|
|
|
|
extern const Icon I_EviWaiting2_18x21;
|
|
|
|
extern const Icon I_Percent_10x14;
|
2021-12-15 17:39:06 +00:00
|
|
|
extern const Icon I_Smile_18x18;
|
2022-01-02 21:39:56 +00:00
|
|
|
extern const Icon I_UsbTree_48x22;
|
2021-12-24 20:00:45 +00:00
|
|
|
extern const Icon I_ButtonCenter_7x7;
|
|
|
|
extern const Icon I_ButtonDown_7x4;
|
2022-01-02 21:39:56 +00:00
|
|
|
extern const Icon I_ButtonLeftSmall_3x5;
|
|
|
|
extern const Icon I_ButtonLeft_4x7;
|
|
|
|
extern const Icon I_ButtonRightSmall_3x5;
|
2021-12-21 14:10:34 +00:00
|
|
|
extern const Icon I_ButtonRight_4x7;
|
2021-12-24 20:00:45 +00:00
|
|
|
extern const Icon I_ButtonUp_7x4;
|
2022-01-02 21:39:56 +00:00
|
|
|
extern const Icon I_DFU_128x50;
|
2021-12-21 14:10:34 +00:00
|
|
|
extern const Icon I_Warning_30x23;
|
2022-02-24 11:59:36 +00:00
|
|
|
extern const Icon A_Loading_24;
|
2022-01-02 21:39:56 +00:00
|
|
|
extern const Icon I_DolphinFirstStart0_70x53;
|
|
|
|
extern const Icon I_DolphinFirstStart1_59x53;
|
2021-12-24 20:00:45 +00:00
|
|
|
extern const Icon I_DolphinFirstStart2_59x51;
|
2021-12-21 14:10:34 +00:00
|
|
|
extern const Icon I_DolphinFirstStart3_57x48;
|
|
|
|
extern const Icon I_DolphinFirstStart4_67x53;
|
2022-01-02 21:39:56 +00:00
|
|
|
extern const Icon I_DolphinFirstStart5_54x49;
|
2021-12-24 20:00:45 +00:00
|
|
|
extern const Icon I_DolphinFirstStart6_58x54;
|
2022-01-02 21:39:56 +00:00
|
|
|
extern const Icon I_DolphinFirstStart7_61x51;
|
|
|
|
extern const Icon I_DolphinFirstStart8_56x51;
|
|
|
|
extern const Icon I_DolphinOkay_41x43;
|
|
|
|
extern const Icon I_ArrowDownEmpty_14x15;
|
2021-12-24 20:00:45 +00:00
|
|
|
extern const Icon I_ArrowDownFilled_14x15;
|
2021-12-07 13:13:07 +00:00
|
|
|
extern const Icon I_ArrowUpEmpty_14x15;
|
2021-12-15 17:39:06 +00:00
|
|
|
extern const Icon I_ArrowUpFilled_14x15;
|
2022-01-02 21:39:56 +00:00
|
|
|
extern const Icon I_DolphinReadingSuccess_59x63;
|
|
|
|
extern const Icon I_Down_25x27;
|
2021-12-15 17:39:06 +00:00
|
|
|
extern const Icon I_Down_hvr_25x27;
|
2022-02-25 15:22:58 +00:00
|
|
|
extern const Icon I_InfraredArrowDown_4x8;
|
|
|
|
extern const Icon I_InfraredArrowUp_4x8;
|
|
|
|
extern const Icon I_InfraredLearnShort_128x31;
|
|
|
|
extern const Icon I_InfraredLearn_128x64;
|
|
|
|
extern const Icon I_InfraredSendShort_128x34;
|
|
|
|
extern const Icon I_InfraredSend_128x64;
|
2022-01-02 21:39:56 +00:00
|
|
|
extern const Icon I_Mute_25x27;
|
|
|
|
extern const Icon I_Mute_hvr_25x27;
|
|
|
|
extern const Icon I_Power_25x27;
|
2021-12-21 14:10:34 +00:00
|
|
|
extern const Icon I_Power_hvr_25x27;
|
2022-01-02 21:39:56 +00:00
|
|
|
extern const Icon I_Up_25x27;
|
|
|
|
extern const Icon I_Up_hvr_25x27;
|
|
|
|
extern const Icon I_Vol_down_25x27;
|
|
|
|
extern const Icon I_Vol_down_hvr_25x27;
|
|
|
|
extern const Icon I_Vol_up_25x27;
|
|
|
|
extern const Icon I_Vol_up_hvr_25x27;
|
2022-02-25 15:22:58 +00:00
|
|
|
extern const Icon I_DoorLeft_70x55;
|
|
|
|
extern const Icon I_DoorLocked_10x56;
|
|
|
|
extern const Icon I_DoorRight_70x55;
|
|
|
|
extern const Icon I_PassportBottom_128x17;
|
|
|
|
extern const Icon I_PassportLeft_6x47;
|
|
|
|
extern const Icon I_WarningDolphin_45x42;
|
2021-12-24 20:00:45 +00:00
|
|
|
extern const Icon I_KeyBackspaceSelected_16x9;
|
|
|
|
extern const Icon I_KeyBackspace_16x9;
|
2022-01-02 21:39:56 +00:00
|
|
|
extern const Icon I_KeySaveSelected_24x11;
|
|
|
|
extern const Icon I_KeySave_24x11;
|
2021-07-07 08:57:49 +00:00
|
|
|
extern const Icon A_125khz_14;
|
2021-11-26 13:53:51 +00:00
|
|
|
extern const Icon A_BadUsb_14;
|
2021-07-07 08:57:49 +00:00
|
|
|
extern const Icon A_Bluetooth_14;
|
2021-09-01 23:22:40 +00:00
|
|
|
extern const Icon A_Debug_14;
|
2021-07-07 08:57:49 +00:00
|
|
|
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;
|
2021-12-24 20:00:45 +00:00
|
|
|
extern const Icon I_Detailed_chip_17x13;
|
2022-01-02 21:39:56 +00:00
|
|
|
extern const Icon I_Medium_chip_22x21;
|
2022-02-10 18:17:41 +00:00
|
|
|
extern const Icon I_Pin_arrow_down_7x9;
|
|
|
|
extern const Icon I_Pin_arrow_left_9x7;
|
|
|
|
extern const Icon I_Pin_arrow_right_9x7;
|
|
|
|
extern const Icon I_Pin_arrow_up7x9;
|
|
|
|
extern const Icon I_Pin_attention_dpad_29x29;
|
|
|
|
extern const Icon I_Pin_back_arrow_10x8;
|
|
|
|
extern const Icon I_Pin_back_full_40x8;
|
|
|
|
extern const Icon I_Pin_cell_13x13;
|
|
|
|
extern const Icon I_Pin_pointer_5x3;
|
|
|
|
extern const Icon I_Pin_star_7x7;
|
2021-12-21 14:10:34 +00:00
|
|
|
extern const Icon I_passport_bad1_46x49;
|
|
|
|
extern const Icon I_passport_bad2_46x49;
|
2021-12-24 20:00:45 +00:00
|
|
|
extern const Icon I_passport_bad3_46x49;
|
2022-01-02 21:39:56 +00:00
|
|
|
extern const Icon I_passport_bottom_128x18;
|
|
|
|
extern const Icon I_passport_happy1_46x49;
|
2021-12-24 20:00:45 +00:00
|
|
|
extern const Icon I_passport_happy2_46x49;
|
2022-01-02 21:39:56 +00:00
|
|
|
extern const Icon I_passport_happy3_46x49;
|
|
|
|
extern const Icon I_passport_left_6x46;
|
|
|
|
extern const Icon I_passport_okay1_46x49;
|
|
|
|
extern const Icon I_passport_okay2_46x49;
|
|
|
|
extern const Icon I_passport_okay3_46x49;
|
2021-12-21 14:10:34 +00:00
|
|
|
extern const Icon I_BatteryBody_52x28;
|
2021-10-21 16:27:58 +00:00
|
|
|
extern const Icon I_Battery_16x16;
|
2022-01-02 21:39:56 +00:00
|
|
|
extern const Icon I_FaceCharging_29x14;
|
2021-10-21 16:27:58 +00:00
|
|
|
extern const Icon I_FaceConfused_29x14;
|
2021-12-21 14:10:34 +00:00
|
|
|
extern const Icon I_FaceNopower_29x14;
|
2022-01-02 21:39:56 +00:00
|
|
|
extern const Icon I_FaceNormal_29x14;
|
|
|
|
extern const Icon I_Health_16x16;
|
|
|
|
extern const Icon I_Temperature_16x16;
|
|
|
|
extern const Icon I_Voltage_16x16;
|
2021-12-21 14:10:34 +00:00
|
|
|
extern const Icon I_RFIDBigChip_37x36;
|
2021-12-24 20:00:45 +00:00
|
|
|
extern const Icon I_RFIDDolphinReceive_97x61;
|
|
|
|
extern const Icon I_RFIDDolphinSend_97x61;
|
2022-01-02 21:39:56 +00:00
|
|
|
extern const Icon I_RFIDDolphinSuccess_108x57;
|
2021-12-24 20:00:45 +00:00
|
|
|
extern const Icon I_SDQuestion_35x43;
|
2021-09-24 16:28:02 +00:00
|
|
|
extern const Icon I_Cry_dolph_55x52;
|
2022-01-29 11:20:55 +00:00
|
|
|
extern const Icon I_Attention_5x8;
|
2022-01-02 21:39:56 +00:00
|
|
|
extern const Icon I_Background_128x11;
|
|
|
|
extern const Icon I_BadUsb_9x8;
|
2021-12-21 14:10:34 +00:00
|
|
|
extern const Icon I_Battery_19x8;
|
2021-12-24 20:00:45 +00:00
|
|
|
extern const Icon I_Battery_26x8;
|
2022-02-09 11:57:44 +00:00
|
|
|
extern const Icon I_Bluetooth_Connected_16x8;
|
|
|
|
extern const Icon I_Bluetooth_Idle_5x8;
|
2021-12-24 20:00:45 +00:00
|
|
|
extern const Icon I_Charging_lightning_9x10;
|
|
|
|
extern const Icon I_Charging_lightning_mask_9x10;
|
2022-01-02 21:39:56 +00:00
|
|
|
extern const Icon I_Lock_8x8;
|
2021-12-24 20:00:45 +00:00
|
|
|
extern const Icon I_PlaceholderL_11x13;
|
2022-01-02 21:39:56 +00:00
|
|
|
extern const Icon I_PlaceholderR_30x13;
|
|
|
|
extern const Icon I_SDcardFail_11x8;
|
|
|
|
extern const Icon I_SDcardMounted_11x8;
|
|
|
|
extern const Icon I_Lock_7x8;
|
2021-12-07 13:13:07 +00:00
|
|
|
extern const Icon I_MHz_25x11;
|
2022-01-02 21:39:56 +00:00
|
|
|
extern const Icon I_Quest_7x8;
|
2021-12-24 20:00:45 +00:00
|
|
|
extern const Icon I_Scanning_123x52;
|
2021-12-15 17:39:06 +00:00
|
|
|
extern const Icon I_Unlock_7x8;
|
2022-01-02 23:33:28 +00:00
|
|
|
extern const Icon I_Auth_62x31;
|
|
|
|
extern const Icon I_Connect_me_62x31;
|
|
|
|
extern const Icon I_Connected_62x31;
|
|
|
|
extern const Icon I_Drive_112x35;
|
|
|
|
extern const Icon I_Error_62x31;
|
2022-05-06 16:26:25 +00:00
|
|
|
extern const Icon I_Updating_32x40;
|
2022-01-02 21:39:56 +00:00
|
|
|
extern const Icon I_DolphinMafia_115x62;
|
2021-12-24 20:00:45 +00:00
|
|
|
extern const Icon I_DolphinNice_96x59;
|
2022-01-02 21:39:56 +00:00
|
|
|
extern const Icon I_DolphinWait_61x59;
|
2021-12-15 17:39:06 +00:00
|
|
|
extern const Icon I_iButtonDolphinVerySuccess_108x52;
|
2022-01-02 21:39:56 +00:00
|
|
|
extern const Icon I_iButtonKey_49x44;
|