mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-05-14 11:58:36 -07:00
more icon work
This commit is contained in:
@@ -12,4 +12,5 @@ App(
|
|||||||
order=50,
|
order=50,
|
||||||
fap_icon="mouse_10px.png",
|
fap_icon="mouse_10px.png",
|
||||||
fap_category="GPIO",
|
fap_category="GPIO",
|
||||||
|
fap_icon_assets="icons",
|
||||||
)
|
)
|
||||||
|
|||||||
BIN
applications/plugins/mousejacker/icons/badusb_10px.png
Normal file
BIN
applications/plugins/mousejacker/icons/badusb_10px.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 576 B |
BIN
applications/plugins/mousejacker/icons/sub1_10px.png
Normal file
BIN
applications/plugins/mousejacker/icons/sub1_10px.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 299 B |
@@ -11,6 +11,7 @@
|
|||||||
#include <nrf24.h>
|
#include <nrf24.h>
|
||||||
#include "mousejacker_ducky.h"
|
#include "mousejacker_ducky.h"
|
||||||
#include <dolphin/dolphin.h>
|
#include <dolphin/dolphin.h>
|
||||||
|
#include "NRF24_Mouse_Jacker_icons.h"
|
||||||
|
|
||||||
#define TAG "mousejacker"
|
#define TAG "mousejacker"
|
||||||
#define LOGITECH_MAX_CHANNEL 85
|
#define LOGITECH_MAX_CHANNEL 85
|
||||||
|
|||||||
@@ -3,7 +3,7 @@
|
|||||||
#include <furi.h>
|
#include <furi.h>
|
||||||
#include <furi_hal.h>
|
#include <furi_hal.h>
|
||||||
|
|
||||||
#include <assets_icons.h>
|
#include <Music_Beeper_icons.h>
|
||||||
#include <gui/gui.h>
|
#include <gui/gui.h>
|
||||||
#include <dialogs/dialogs.h>
|
#include <dialogs/dialogs.h>
|
||||||
#include <storage/storage.h>
|
#include <storage/storage.h>
|
||||||
|
|||||||
@@ -3,7 +3,7 @@
|
|||||||
#include <furi.h>
|
#include <furi.h>
|
||||||
#include <furi_hal.h>
|
#include <furi_hal.h>
|
||||||
|
|
||||||
#include <music_player_icons.h>
|
#include <Music_Player_icons.h>
|
||||||
#include <gui/gui.h>
|
#include <gui/gui.h>
|
||||||
#include <dialogs/dialogs.h>
|
#include <dialogs/dialogs.h>
|
||||||
#include <storage/storage.h>
|
#include <storage/storage.h>
|
||||||
|
|||||||
Reference in New Issue
Block a user