ibutton and u2f images

This commit is contained in:
RogueMaster
2022-10-29 12:17:38 -04:00
parent df26857076
commit 3373270c6e
20 changed files with 5 additions and 4 deletions

View File

@@ -13,4 +13,5 @@ App(
order=60,
fap_icon="iBIcon.png",
fap_category="Main",
fap_icon_assets="images",
)

View File

@@ -1,5 +1,4 @@
#include "ibutton.h"
#include "assets_icons.h"
#include "ibutton_i.h"
#include "ibutton/scenes/ibutton_scene.h"
#include <toolbox/path.h>

View File

@@ -4,7 +4,7 @@
#include <gui/gui.h>
#include <gui/view.h>
#include <assets_icons.h>
#include "ibutton_icons.h"
#include <gui/view_dispatcher.h>
#include <gui/scene_manager.h>
#include <notification/notification_messages.h>

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 304 B

View File

@@ -13,4 +13,5 @@ App(
order=80,
fap_icon="U2FIcon.png",
fap_category="Main",
fap_icon_assets="images",
)

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.9 KiB

View File

@@ -4,7 +4,7 @@
#include "scenes/u2f_scene.h"
#include <gui/gui.h>
#include <assets_icons.h>
#include <u2f_icons.h>
#include <gui/view_dispatcher.h>
#include <gui/scene_manager.h>
#include <gui/modules/submenu.h>

View File

@@ -1,6 +1,6 @@
#include "u2f_view.h"
#include <gui/elements.h>
#include <assets_icons.h>
#include <u2f_icons.h>
struct U2fView {
View* view;