more icons

This commit is contained in:
MX 2022-10-28 18:44:01 +03:00
parent 0a68d80028
commit 20e3a202aa
No known key found for this signature in database
GPG key ID: 6C4C311DFD4B4AB5
39 changed files with 13 additions and 1 deletions

View file

@ -12,4 +12,5 @@ App(
order=60,
fap_icon="mouse_10px.png",
fap_category="GPIO",
fap_icon_assets="images",
)

Binary file not shown.

After

Width:  |  Height:  |  Size: 576 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 299 B

View file

@ -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

View file

@ -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

View file

@ -15,5 +15,6 @@ App(
stack_size=2 * 1024,
order=20,
fap_category="Misc",
fap_icon_assets="images",
fap_icon="totp_10px.png"
)

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.4 KiB

View file

@ -1,5 +1,6 @@
#pragma once
#include <totp_icons.h>
#include <inttypes.h>
#define ICON_ARROW_LEFT_8x9_WIDTH 8

View file

@ -11,4 +11,5 @@ App(
order=60,
fap_icon="usb_keyboard_10px.png",
fap_category="Misc",
fap_icon_assets="assets",
)

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 102 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 102 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.5 KiB

View file

@ -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;

View file

@ -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;

View file

@ -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;

View file

@ -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;

View file

@ -8,4 +8,5 @@ App(
order=46,
fap_icon="wav_10px.png",
fap_category="Music",
fap_icon_assets="images",
)

Binary file not shown.

After

Width:  |  Height:  |  Size: 142 B

View file

@ -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"