2021-06-23 14:58:44 +00:00
|
|
|
#pragma once
|
|
|
|
#include <gui/icon.h>
|
|
|
|
|
2021-07-07 08:57:49 +00:00
|
|
|
extern const Icon A_WatchingTV_128x64;
|
|
|
|
extern const Icon A_Wink_128x64;
|
2021-08-23 23:52:59 +00:00
|
|
|
extern const Icon I_dir_10px;
|
2021-07-07 08:57:49 +00:00
|
|
|
extern const Icon I_Nfc_10px;
|
2021-08-20 19:56:43 +00:00
|
|
|
extern const Icon I_sub1_10px;
|
2021-08-23 23:52:59 +00:00
|
|
|
extern const Icon I_ir_10px;
|
2021-08-20 19:56:43 +00:00
|
|
|
extern const Icon I_ibutt_10px;
|
2021-08-23 23:52:59 +00:00
|
|
|
extern const Icon I_unknown_10px;
|
|
|
|
extern const Icon I_ble_10px;
|
2021-07-26 18:08:41 +00:00
|
|
|
extern const Icon I_125_10px;
|
2021-08-23 23:52:59 +00:00
|
|
|
extern const Icon I_ButtonRightSmall_3x5;
|
2021-07-26 18:08:41 +00:00
|
|
|
extern const Icon I_ButtonLeft_4x7;
|
2021-08-23 23:52:59 +00:00
|
|
|
extern const Icon I_ButtonLeftSmall_3x5;
|
|
|
|
extern const Icon I_DFU_128x50;
|
2021-08-20 19:56:43 +00:00
|
|
|
extern const Icon I_Warning_30x23;
|
2021-08-23 23:52:59 +00:00
|
|
|
extern const Icon I_ButtonRight_4x7;
|
2021-07-26 18:08:41 +00:00
|
|
|
extern const Icon I_ButtonCenter_7x7;
|
|
|
|
extern const Icon I_DolphinOkay_41x43;
|
[FL-1191][FL-1524] Filesystem rework (#568)
* FS-Api: removed datetime manipulation functions and most of the file flags
* Filesystem: common proxy api
* Filesystem: renamed to Storage. Work has begun on a glue layer. Added functions for reentrance.
* Storage: sd mount and sd file open
* Storage: sd file close
* Storage: temporary test app
* Storage: free filedata on close
* Storage: sd file read and write
* Storage: added internal storage (LittleFS)
* Storage: renamed internal commands
* Storage: seek, tell, truncate, size, sync, eof
* Storage: error descriptions
* Storage: directory management api (open, close, read, rewind)
* Storage: common management api (stat, fs_stat, remove, rename, mkdir)
* Dolphin app and Notifications app now use raw storage.
* Storage: storage statuses renamed. Implemented sd card icon.
* Storage: added raw sd-card api.
* Storage settings: work started
* Assets: use new icons approach
* Storage settings: working storage settings
* Storage: completely redesigned api, no longer sticking out FS_Api
* Storage: more simplified api, getting error_id from file is hidden from user, pointer to api is hidden inside file
* Storage: cli info and format commands
* Storage-cli: file list
* Storage: a simpler and more reliable api
* FatFS: slightly lighter and faster config. Also disabled reentrancy and file locking functions. They moved to a storage service.
* Storage-cli: accommodate to the new cli api.
* Storage: filesystem api is separated into internal and common api.
* Cli: added the ability to print the list of free heap blocks
* Storage: uses a list instead of an array to store the StorageFile. Rewrote api calls to use semaphores instead of thread flags.
* Storage settings: added the ability to benchmark the SD card.
* Gui module file select: uses new storage api
* Apps: removed deprecated sd_card_test application
* Args lib: support for enquoted arguments
* Dialogs: a new gui app for simple non-asynchronous apps
* Dialogs: view holder for easy single view work
* File worker: use new storage api
* IButton and lfrrfid apps: save keys to any storage
* Apps: fix ibutton and lfrfid stack, remove sd_card_test.
* SD filesystem: app removed
* File worker: fixed api pointer type
* Subghz: loading assets using the new storage api
* NFC: use the new storage api
* Dialogs: the better api for the message element
* Archive: use new storage api
* Irda: changed assest path, changed app path
* FileWorker: removed unused file_buf_cnt
* Storage: copying and renaming files now works between storages
* Storage cli: read, copy, remove, rename commands
* Archive: removed commented code
* Storage cli: write command
* Applications: add SRV_STORAGE and SRV_DIALOGS
* Internal-storage: removed
* Storage: improved api
* Storage app: changed api pointer from StorageApp to Storage
* Storage: better file_id handling
* Storage: more consistent errors
* Loader: support for NULL icons
* Storage: do nothing with the lfs file or directory if it is not open
* Storage: fix typo
* Storage: minor float usage cleanup, rename some symbols.
* Storage: compact doxygen comments.
Co-authored-by: あく <alleteam@gmail.com>
2021-07-23 12:20:19 +00:00
|
|
|
extern const Icon I_DolphinFirstStart4_67x53;
|
2021-08-20 19:56:43 +00:00
|
|
|
extern const Icon I_DolphinFirstStart2_59x51;
|
|
|
|
extern const Icon I_DolphinFirstStart5_54x49;
|
2021-08-23 23:52:59 +00:00
|
|
|
extern const Icon I_DolphinFirstStart0_70x53;
|
|
|
|
extern const Icon I_DolphinFirstStart6_58x54;
|
2021-08-20 19:56:43 +00:00
|
|
|
extern const Icon I_DolphinFirstStart1_59x53;
|
2021-08-23 23:52:59 +00:00
|
|
|
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;
|
2021-09-01 21:05:00 +00:00
|
|
|
extern const Icon I_Scanning_123x52;
|
|
|
|
extern const Icon I_Quest_7x8;
|
|
|
|
extern const Icon I_Unlock_7x8;
|
|
|
|
extern const Icon I_Lock_7x8;
|
2021-08-23 23:52:59 +00:00
|
|
|
extern const Icon I_PassportBottom_128x17;
|
|
|
|
extern const Icon I_DoorLeft_8x56;
|
2021-07-07 08:57:49 +00:00
|
|
|
extern const Icon I_DoorLocked_10x56;
|
2021-08-23 23:52:59 +00:00
|
|
|
extern const Icon I_DoorRight_8x56;
|
2021-07-26 18:08:41 +00:00
|
|
|
extern const Icon I_DoorLeft_70x55;
|
[FL-1191][FL-1524] Filesystem rework (#568)
* FS-Api: removed datetime manipulation functions and most of the file flags
* Filesystem: common proxy api
* Filesystem: renamed to Storage. Work has begun on a glue layer. Added functions for reentrance.
* Storage: sd mount and sd file open
* Storage: sd file close
* Storage: temporary test app
* Storage: free filedata on close
* Storage: sd file read and write
* Storage: added internal storage (LittleFS)
* Storage: renamed internal commands
* Storage: seek, tell, truncate, size, sync, eof
* Storage: error descriptions
* Storage: directory management api (open, close, read, rewind)
* Storage: common management api (stat, fs_stat, remove, rename, mkdir)
* Dolphin app and Notifications app now use raw storage.
* Storage: storage statuses renamed. Implemented sd card icon.
* Storage: added raw sd-card api.
* Storage settings: work started
* Assets: use new icons approach
* Storage settings: working storage settings
* Storage: completely redesigned api, no longer sticking out FS_Api
* Storage: more simplified api, getting error_id from file is hidden from user, pointer to api is hidden inside file
* Storage: cli info and format commands
* Storage-cli: file list
* Storage: a simpler and more reliable api
* FatFS: slightly lighter and faster config. Also disabled reentrancy and file locking functions. They moved to a storage service.
* Storage-cli: accommodate to the new cli api.
* Storage: filesystem api is separated into internal and common api.
* Cli: added the ability to print the list of free heap blocks
* Storage: uses a list instead of an array to store the StorageFile. Rewrote api calls to use semaphores instead of thread flags.
* Storage settings: added the ability to benchmark the SD card.
* Gui module file select: uses new storage api
* Apps: removed deprecated sd_card_test application
* Args lib: support for enquoted arguments
* Dialogs: a new gui app for simple non-asynchronous apps
* Dialogs: view holder for easy single view work
* File worker: use new storage api
* IButton and lfrrfid apps: save keys to any storage
* Apps: fix ibutton and lfrfid stack, remove sd_card_test.
* SD filesystem: app removed
* File worker: fixed api pointer type
* Subghz: loading assets using the new storage api
* NFC: use the new storage api
* Dialogs: the better api for the message element
* Archive: use new storage api
* Irda: changed assest path, changed app path
* FileWorker: removed unused file_buf_cnt
* Storage: copying and renaming files now works between storages
* Storage cli: read, copy, remove, rename commands
* Archive: removed commented code
* Storage cli: write command
* Applications: add SRV_STORAGE and SRV_DIALOGS
* Internal-storage: removed
* Storage: improved api
* Storage app: changed api pointer from StorageApp to Storage
* Storage: better file_id handling
* Storage: more consistent errors
* Loader: support for NULL icons
* Storage: do nothing with the lfs file or directory if it is not open
* Storage: fix typo
* Storage: minor float usage cleanup, rename some symbols.
* Storage: compact doxygen comments.
Co-authored-by: あく <alleteam@gmail.com>
2021-07-23 12:20:19 +00:00
|
|
|
extern const Icon I_PassportLeft_6x47;
|
2021-08-23 23:52:59 +00:00
|
|
|
extern const Icon I_DoorRight_70x55;
|
2021-07-26 18:08:41 +00:00
|
|
|
extern const Icon I_LockPopup_100x49;
|
2021-08-23 23:52:59 +00:00
|
|
|
extern const Icon I_Mute_25x27;
|
2021-07-26 18:08:41 +00:00
|
|
|
extern const Icon I_IrdaArrowUp_4x8;
|
[FL-1191][FL-1524] Filesystem rework (#568)
* FS-Api: removed datetime manipulation functions and most of the file flags
* Filesystem: common proxy api
* Filesystem: renamed to Storage. Work has begun on a glue layer. Added functions for reentrance.
* Storage: sd mount and sd file open
* Storage: sd file close
* Storage: temporary test app
* Storage: free filedata on close
* Storage: sd file read and write
* Storage: added internal storage (LittleFS)
* Storage: renamed internal commands
* Storage: seek, tell, truncate, size, sync, eof
* Storage: error descriptions
* Storage: directory management api (open, close, read, rewind)
* Storage: common management api (stat, fs_stat, remove, rename, mkdir)
* Dolphin app and Notifications app now use raw storage.
* Storage: storage statuses renamed. Implemented sd card icon.
* Storage: added raw sd-card api.
* Storage settings: work started
* Assets: use new icons approach
* Storage settings: working storage settings
* Storage: completely redesigned api, no longer sticking out FS_Api
* Storage: more simplified api, getting error_id from file is hidden from user, pointer to api is hidden inside file
* Storage: cli info and format commands
* Storage-cli: file list
* Storage: a simpler and more reliable api
* FatFS: slightly lighter and faster config. Also disabled reentrancy and file locking functions. They moved to a storage service.
* Storage-cli: accommodate to the new cli api.
* Storage: filesystem api is separated into internal and common api.
* Cli: added the ability to print the list of free heap blocks
* Storage: uses a list instead of an array to store the StorageFile. Rewrote api calls to use semaphores instead of thread flags.
* Storage settings: added the ability to benchmark the SD card.
* Gui module file select: uses new storage api
* Apps: removed deprecated sd_card_test application
* Args lib: support for enquoted arguments
* Dialogs: a new gui app for simple non-asynchronous apps
* Dialogs: view holder for easy single view work
* File worker: use new storage api
* IButton and lfrrfid apps: save keys to any storage
* Apps: fix ibutton and lfrfid stack, remove sd_card_test.
* SD filesystem: app removed
* File worker: fixed api pointer type
* Subghz: loading assets using the new storage api
* NFC: use the new storage api
* Dialogs: the better api for the message element
* Archive: use new storage api
* Irda: changed assest path, changed app path
* FileWorker: removed unused file_buf_cnt
* Storage: copying and renaming files now works between storages
* Storage cli: read, copy, remove, rename commands
* Archive: removed commented code
* Storage cli: write command
* Applications: add SRV_STORAGE and SRV_DIALOGS
* Internal-storage: removed
* Storage: improved api
* Storage app: changed api pointer from StorageApp to Storage
* Storage: better file_id handling
* Storage: more consistent errors
* Loader: support for NULL icons
* Storage: do nothing with the lfs file or directory if it is not open
* Storage: fix typo
* Storage: minor float usage cleanup, rename some symbols.
* Storage: compact doxygen comments.
Co-authored-by: あく <alleteam@gmail.com>
2021-07-23 12:20:19 +00:00
|
|
|
extern const Icon I_Up_hvr_25x27;
|
2021-07-26 18:08:41 +00:00
|
|
|
extern const Icon I_Mute_hvr_25x27;
|
2021-08-23 23:52:59 +00:00
|
|
|
extern const Icon I_Vol_down_25x27;
|
2021-08-20 19:56:43 +00:00
|
|
|
extern const Icon I_Down_25x27;
|
|
|
|
extern const Icon I_Power_hvr_25x27;
|
2021-08-23 23:52:59 +00:00
|
|
|
extern const Icon I_IrdaLearnShort_128x31;
|
2021-08-20 19:56:43 +00:00
|
|
|
extern const Icon I_IrdaArrowDown_4x8;
|
2021-08-23 23:52:59 +00:00
|
|
|
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;
|
2021-08-20 19:56:43 +00:00
|
|
|
extern const Icon I_KeySave_24x11;
|
2021-08-23 23:52:59 +00:00
|
|
|
extern const Icon I_KeyBackspaceSelected_16x9;
|
[FL-1191][FL-1524] Filesystem rework (#568)
* FS-Api: removed datetime manipulation functions and most of the file flags
* Filesystem: common proxy api
* Filesystem: renamed to Storage. Work has begun on a glue layer. Added functions for reentrance.
* Storage: sd mount and sd file open
* Storage: sd file close
* Storage: temporary test app
* Storage: free filedata on close
* Storage: sd file read and write
* Storage: added internal storage (LittleFS)
* Storage: renamed internal commands
* Storage: seek, tell, truncate, size, sync, eof
* Storage: error descriptions
* Storage: directory management api (open, close, read, rewind)
* Storage: common management api (stat, fs_stat, remove, rename, mkdir)
* Dolphin app and Notifications app now use raw storage.
* Storage: storage statuses renamed. Implemented sd card icon.
* Storage: added raw sd-card api.
* Storage settings: work started
* Assets: use new icons approach
* Storage settings: working storage settings
* Storage: completely redesigned api, no longer sticking out FS_Api
* Storage: more simplified api, getting error_id from file is hidden from user, pointer to api is hidden inside file
* Storage: cli info and format commands
* Storage-cli: file list
* Storage: a simpler and more reliable api
* FatFS: slightly lighter and faster config. Also disabled reentrancy and file locking functions. They moved to a storage service.
* Storage-cli: accommodate to the new cli api.
* Storage: filesystem api is separated into internal and common api.
* Cli: added the ability to print the list of free heap blocks
* Storage: uses a list instead of an array to store the StorageFile. Rewrote api calls to use semaphores instead of thread flags.
* Storage settings: added the ability to benchmark the SD card.
* Gui module file select: uses new storage api
* Apps: removed deprecated sd_card_test application
* Args lib: support for enquoted arguments
* Dialogs: a new gui app for simple non-asynchronous apps
* Dialogs: view holder for easy single view work
* File worker: use new storage api
* IButton and lfrrfid apps: save keys to any storage
* Apps: fix ibutton and lfrfid stack, remove sd_card_test.
* SD filesystem: app removed
* File worker: fixed api pointer type
* Subghz: loading assets using the new storage api
* NFC: use the new storage api
* Dialogs: the better api for the message element
* Archive: use new storage api
* Irda: changed assest path, changed app path
* FileWorker: removed unused file_buf_cnt
* Storage: copying and renaming files now works between storages
* Storage cli: read, copy, remove, rename commands
* Archive: removed commented code
* Storage cli: write command
* Applications: add SRV_STORAGE and SRV_DIALOGS
* Internal-storage: removed
* Storage: improved api
* Storage app: changed api pointer from StorageApp to Storage
* Storage: better file_id handling
* Storage: more consistent errors
* Loader: support for NULL icons
* Storage: do nothing with the lfs file or directory if it is not open
* Storage: fix typo
* Storage: minor float usage cleanup, rename some symbols.
* Storage: compact doxygen comments.
Co-authored-by: あく <alleteam@gmail.com>
2021-07-23 12:20:19 +00:00
|
|
|
extern const Icon I_KeySaveSelected_24x11;
|
2021-07-26 18:08:41 +00:00
|
|
|
extern const Icon I_KeyBackspace_16x9;
|
2021-07-07 08:57:49 +00:00
|
|
|
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;
|
2021-08-20 19:56:43 +00:00
|
|
|
extern const Icon I_Detailed_chip_17x13;
|
2021-08-23 23:52:59 +00:00
|
|
|
extern const Icon I_Medium_chip_22x21;
|
2021-07-26 18:08:41 +00:00
|
|
|
extern const Icon I_Health_16x16;
|
2021-08-20 19:56:43 +00:00
|
|
|
extern const Icon I_FaceCharging_29x14;
|
2021-08-23 23:52:59 +00:00
|
|
|
extern const Icon I_BatteryBody_52x28;
|
2021-08-20 19:56:43 +00:00
|
|
|
extern const Icon I_Voltage_16x16;
|
|
|
|
extern const Icon I_Temperature_16x16;
|
2021-08-23 23:52:59 +00:00
|
|
|
extern const Icon I_FaceNopower_29x14;
|
|
|
|
extern const Icon I_FaceNormal_29x14;
|
|
|
|
extern const Icon I_Battery_16x16;
|
|
|
|
extern const Icon I_FaceConfused_29x14;
|
2021-08-20 19:56:43 +00:00
|
|
|
extern const Icon I_RFIDDolphinSuccess_108x57;
|
2021-08-23 23:52:59 +00:00
|
|
|
extern const Icon I_RFIDBigChip_37x36;
|
|
|
|
extern const Icon I_RFIDDolphinSend_97x61;
|
|
|
|
extern const Icon I_RFIDDolphinReceive_97x61;
|
[FL-1191][FL-1524] Filesystem rework (#568)
* FS-Api: removed datetime manipulation functions and most of the file flags
* Filesystem: common proxy api
* Filesystem: renamed to Storage. Work has begun on a glue layer. Added functions for reentrance.
* Storage: sd mount and sd file open
* Storage: sd file close
* Storage: temporary test app
* Storage: free filedata on close
* Storage: sd file read and write
* Storage: added internal storage (LittleFS)
* Storage: renamed internal commands
* Storage: seek, tell, truncate, size, sync, eof
* Storage: error descriptions
* Storage: directory management api (open, close, read, rewind)
* Storage: common management api (stat, fs_stat, remove, rename, mkdir)
* Dolphin app and Notifications app now use raw storage.
* Storage: storage statuses renamed. Implemented sd card icon.
* Storage: added raw sd-card api.
* Storage settings: work started
* Assets: use new icons approach
* Storage settings: working storage settings
* Storage: completely redesigned api, no longer sticking out FS_Api
* Storage: more simplified api, getting error_id from file is hidden from user, pointer to api is hidden inside file
* Storage: cli info and format commands
* Storage-cli: file list
* Storage: a simpler and more reliable api
* FatFS: slightly lighter and faster config. Also disabled reentrancy and file locking functions. They moved to a storage service.
* Storage-cli: accommodate to the new cli api.
* Storage: filesystem api is separated into internal and common api.
* Cli: added the ability to print the list of free heap blocks
* Storage: uses a list instead of an array to store the StorageFile. Rewrote api calls to use semaphores instead of thread flags.
* Storage settings: added the ability to benchmark the SD card.
* Gui module file select: uses new storage api
* Apps: removed deprecated sd_card_test application
* Args lib: support for enquoted arguments
* Dialogs: a new gui app for simple non-asynchronous apps
* Dialogs: view holder for easy single view work
* File worker: use new storage api
* IButton and lfrrfid apps: save keys to any storage
* Apps: fix ibutton and lfrfid stack, remove sd_card_test.
* SD filesystem: app removed
* File worker: fixed api pointer type
* Subghz: loading assets using the new storage api
* NFC: use the new storage api
* Dialogs: the better api for the message element
* Archive: use new storage api
* Irda: changed assest path, changed app path
* FileWorker: removed unused file_buf_cnt
* Storage: copying and renaming files now works between storages
* Storage cli: read, copy, remove, rename commands
* Archive: removed commented code
* Storage cli: write command
* Applications: add SRV_STORAGE and SRV_DIALOGS
* Internal-storage: removed
* Storage: improved api
* Storage app: changed api pointer from StorageApp to Storage
* Storage: better file_id handling
* Storage: more consistent errors
* Loader: support for NULL icons
* Storage: do nothing with the lfs file or directory if it is not open
* Storage: fix typo
* Storage: minor float usage cleanup, rename some symbols.
* Storage: compact doxygen comments.
Co-authored-by: あく <alleteam@gmail.com>
2021-07-23 12:20:19 +00:00
|
|
|
extern const Icon I_SDQuestion_35x43;
|
2021-07-26 18:08:41 +00:00
|
|
|
extern const Icon I_SDError_43x35;
|
2021-08-20 19:56:43 +00:00
|
|
|
extern const Icon I_BadUsb_9x8;
|
|
|
|
extern const Icon I_PlaceholderR_30x13;
|
|
|
|
extern const Icon I_Background_128x8;
|
2021-08-23 23:52:59 +00:00
|
|
|
extern const Icon I_Lock_8x8;
|
|
|
|
extern const Icon I_Battery_26x8;
|
|
|
|
extern const Icon I_PlaceholderL_11x13;
|
|
|
|
extern const Icon I_Battery_19x8;
|
2021-08-20 19:56:43 +00:00
|
|
|
extern const Icon I_SDcardMounted_11x8;
|
2021-08-23 23:52:59 +00:00
|
|
|
extern const Icon I_SDcardFail_11x8;
|
|
|
|
extern const Icon I_USBConnected_15x8;
|
|
|
|
extern const Icon I_Bluetooth_5x8;
|
|
|
|
extern const Icon I_Background_128x11;
|
[FL-1191][FL-1524] Filesystem rework (#568)
* FS-Api: removed datetime manipulation functions and most of the file flags
* Filesystem: common proxy api
* Filesystem: renamed to Storage. Work has begun on a glue layer. Added functions for reentrance.
* Storage: sd mount and sd file open
* Storage: sd file close
* Storage: temporary test app
* Storage: free filedata on close
* Storage: sd file read and write
* Storage: added internal storage (LittleFS)
* Storage: renamed internal commands
* Storage: seek, tell, truncate, size, sync, eof
* Storage: error descriptions
* Storage: directory management api (open, close, read, rewind)
* Storage: common management api (stat, fs_stat, remove, rename, mkdir)
* Dolphin app and Notifications app now use raw storage.
* Storage: storage statuses renamed. Implemented sd card icon.
* Storage: added raw sd-card api.
* Storage settings: work started
* Assets: use new icons approach
* Storage settings: working storage settings
* Storage: completely redesigned api, no longer sticking out FS_Api
* Storage: more simplified api, getting error_id from file is hidden from user, pointer to api is hidden inside file
* Storage: cli info and format commands
* Storage-cli: file list
* Storage: a simpler and more reliable api
* FatFS: slightly lighter and faster config. Also disabled reentrancy and file locking functions. They moved to a storage service.
* Storage-cli: accommodate to the new cli api.
* Storage: filesystem api is separated into internal and common api.
* Cli: added the ability to print the list of free heap blocks
* Storage: uses a list instead of an array to store the StorageFile. Rewrote api calls to use semaphores instead of thread flags.
* Storage settings: added the ability to benchmark the SD card.
* Gui module file select: uses new storage api
* Apps: removed deprecated sd_card_test application
* Args lib: support for enquoted arguments
* Dialogs: a new gui app for simple non-asynchronous apps
* Dialogs: view holder for easy single view work
* File worker: use new storage api
* IButton and lfrrfid apps: save keys to any storage
* Apps: fix ibutton and lfrfid stack, remove sd_card_test.
* SD filesystem: app removed
* File worker: fixed api pointer type
* Subghz: loading assets using the new storage api
* NFC: use the new storage api
* Dialogs: the better api for the message element
* Archive: use new storage api
* Irda: changed assest path, changed app path
* FileWorker: removed unused file_buf_cnt
* Storage: copying and renaming files now works between storages
* Storage cli: read, copy, remove, rename commands
* Archive: removed commented code
* Storage cli: write command
* Applications: add SRV_STORAGE and SRV_DIALOGS
* Internal-storage: removed
* Storage: improved api
* Storage app: changed api pointer from StorageApp to Storage
* Storage: better file_id handling
* Storage: more consistent errors
* Loader: support for NULL icons
* Storage: do nothing with the lfs file or directory if it is not open
* Storage: fix typo
* Storage: minor float usage cleanup, rename some symbols.
* Storage: compact doxygen comments.
Co-authored-by: あく <alleteam@gmail.com>
2021-07-23 12:20:19 +00:00
|
|
|
extern const Icon I_DolphinMafia_115x62;
|
2021-08-20 19:56:43 +00:00
|
|
|
extern const Icon I_DolphinExcited_64x63;
|
2021-08-23 23:52:59 +00:00
|
|
|
extern const Icon I_iButtonDolphinSuccess_109x60;
|
|
|
|
extern const Icon I_iButtonDolphinVerySuccess_108x52;
|
2021-08-20 19:56:43 +00:00
|
|
|
extern const Icon I_iButtonKey_49x44;
|
2021-08-23 23:52:59 +00:00
|
|
|
extern const Icon I_DolphinNice_96x59;
|
2021-07-26 18:08:41 +00:00
|
|
|
extern const Icon I_DolphinWait_61x59;
|