more icons
|
@ -12,4 +12,5 @@ App(
|
|||
order=60,
|
||||
fap_icon="mouse_10px.png",
|
||||
fap_category="GPIO",
|
||||
fap_icon_assets="images",
|
||||
)
|
||||
|
|
BIN
applications/plugins/mousejacker/images/badusb_10px.png
Normal file
After Width: | Height: | Size: 576 B |
BIN
applications/plugins/mousejacker/images/sub1_10px.png
Normal file
After Width: | Height: | Size: 299 B |
|
@ -10,6 +10,7 @@
|
|||
#include <furi_hal_resources.h>
|
||||
#include <nrf24.h>
|
||||
#include "mousejacker_ducky.h"
|
||||
#include <NRF24_Mouse_Jacker_icons.h>
|
||||
|
||||
#define TAG "mousejacker"
|
||||
#define LOGITECH_MAX_CHANNEL 85
|
||||
|
|
|
@ -24,7 +24,7 @@
|
|||
|
||||
#include <storage/storage.h>
|
||||
#include <lib/toolbox/path.h>
|
||||
#include <picopass_icons.h>
|
||||
#include <Picopass_icons.h>
|
||||
|
||||
#define PICOPASS_TEXT_STORE_SIZE 128
|
||||
|
||||
|
|
|
@ -15,5 +15,6 @@ App(
|
|||
stack_size=2 * 1024,
|
||||
order=20,
|
||||
fap_category="Misc",
|
||||
fap_icon_assets="images",
|
||||
fap_icon="totp_10px.png"
|
||||
)
|
||||
|
|
BIN
applications/plugins/totp/images/DolphinCommon_56x48.png
Normal file
After Width: | Height: | Size: 1.4 KiB |
|
@ -1,5 +1,6 @@
|
|||
#pragma once
|
||||
|
||||
#include <totp_icons.h>
|
||||
#include <inttypes.h>
|
||||
|
||||
#define ICON_ARROW_LEFT_8x9_WIDTH 8
|
||||
|
|
|
@ -11,4 +11,5 @@ App(
|
|||
order=60,
|
||||
fap_icon="usb_keyboard_10px.png",
|
||||
fap_category="Misc",
|
||||
fap_icon_assets="assets",
|
||||
)
|
||||
|
|
BIN
applications/plugins/usbkeyboard/assets/Arr_dwn_7x9.png
Normal file
After Width: | Height: | Size: 3.5 KiB |
BIN
applications/plugins/usbkeyboard/assets/Arr_up_7x9.png
Normal file
After Width: | Height: | Size: 3.5 KiB |
BIN
applications/plugins/usbkeyboard/assets/ButtonDown_7x4.png
Normal file
After Width: | Height: | Size: 102 B |
BIN
applications/plugins/usbkeyboard/assets/ButtonLeft_4x7.png
Normal file
After Width: | Height: | Size: 1.4 KiB |
BIN
applications/plugins/usbkeyboard/assets/ButtonRight_4x7.png
Normal file
After Width: | Height: | Size: 1.8 KiB |
BIN
applications/plugins/usbkeyboard/assets/ButtonUp_7x4.png
Normal file
After Width: | Height: | Size: 102 B |
BIN
applications/plugins/usbkeyboard/assets/Button_18x18.png
Normal file
After Width: | Height: | Size: 3.5 KiB |
BIN
applications/plugins/usbkeyboard/assets/Circles_47x47.png
Normal file
After Width: | Height: | Size: 3.6 KiB |
BIN
applications/plugins/usbkeyboard/assets/Left_mouse_icon_9x9.png
Normal file
After Width: | Height: | Size: 3.5 KiB |
BIN
applications/plugins/usbkeyboard/assets/Like_def_11x9.png
Normal file
After Width: | Height: | Size: 3.5 KiB |
BIN
applications/plugins/usbkeyboard/assets/Like_pressed_17x17.png
Normal file
After Width: | Height: | Size: 3.6 KiB |
BIN
applications/plugins/usbkeyboard/assets/Ok_btn_9x9.png
Normal file
After Width: | Height: | Size: 3.5 KiB |
BIN
applications/plugins/usbkeyboard/assets/Ok_btn_pressed_13x13.png
Normal file
After Width: | Height: | Size: 3.5 KiB |
BIN
applications/plugins/usbkeyboard/assets/Pin_arrow_down_7x9.png
Normal file
After Width: | Height: | Size: 3.5 KiB |
BIN
applications/plugins/usbkeyboard/assets/Pin_arrow_left_9x7.png
Normal file
After Width: | Height: | Size: 3.5 KiB |
BIN
applications/plugins/usbkeyboard/assets/Pin_arrow_right_9x7.png
Normal file
After Width: | Height: | Size: 3.5 KiB |
BIN
applications/plugins/usbkeyboard/assets/Pin_arrow_up_7x9.png
Normal file
After Width: | Height: | Size: 3.5 KiB |
BIN
applications/plugins/usbkeyboard/assets/Pin_back_arrow_10x8.png
Normal file
After Width: | Height: | Size: 3.5 KiB |
BIN
applications/plugins/usbkeyboard/assets/Pressed_Button_13x13.png
Normal file
After Width: | Height: | Size: 3.5 KiB |
BIN
applications/plugins/usbkeyboard/assets/Right_mouse_icon_9x9.png
Normal file
After Width: | Height: | Size: 3.5 KiB |
BIN
applications/plugins/usbkeyboard/assets/Space_65x18.png
Normal file
After Width: | Height: | Size: 3.5 KiB |
BIN
applications/plugins/usbkeyboard/assets/Voldwn_6x6.png
Normal file
After Width: | Height: | Size: 3.5 KiB |
BIN
applications/plugins/usbkeyboard/assets/Volup_8x6.png
Normal file
After Width: | Height: | Size: 3.5 KiB |
|
@ -2,6 +2,7 @@
|
|||
#include <furi.h>
|
||||
#include <furi_hal_usb_hid.h>
|
||||
#include <gui/elements.h>
|
||||
#include <USB_Keyboard_icons.h>
|
||||
|
||||
struct UsbHidDirpad {
|
||||
View* view;
|
||||
|
|
|
@ -3,6 +3,7 @@
|
|||
#include <furi_hal_usb_hid.h>
|
||||
#include <gui/elements.h>
|
||||
#include <gui/icon_i.h>
|
||||
#include <USB_Keyboard_icons.h>
|
||||
|
||||
struct UsbHidKeyboard {
|
||||
View* view;
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
#include <furi.h>
|
||||
#include <furi_hal_usb_hid.h>
|
||||
#include <gui/elements.h>
|
||||
#include <USB_Keyboard_icons.h>
|
||||
|
||||
struct UsbHidMedia {
|
||||
View* view;
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
#include <furi.h>
|
||||
#include <furi_hal_usb_hid.h>
|
||||
#include <gui/elements.h>
|
||||
#include <USB_Keyboard_icons.h>
|
||||
|
||||
struct UsbHidMouse {
|
||||
View* view;
|
||||
|
|
|
@ -8,4 +8,5 @@ App(
|
|||
order=46,
|
||||
fap_icon="wav_10px.png",
|
||||
fap_category="Music",
|
||||
fap_icon_assets="images",
|
||||
)
|
||||
|
|
BIN
applications/plugins/wav_player/images/music_10px.png
Normal file
After Width: | Height: | Size: 142 B |
|
@ -12,6 +12,8 @@
|
|||
#include "wav_player_view.h"
|
||||
#include <math.h>
|
||||
|
||||
#include <WAV_Player_icons.h>
|
||||
|
||||
#define TAG "WavPlayer"
|
||||
|
||||
#define WAVPLAYER_FOLDER "/ext/wav_player"
|
||||
|
|