Skip to content

Commit

Permalink
fix missing icon usage
Browse files Browse the repository at this point in the history
  • Loading branch information
xMasterX committed Jan 7, 2024
1 parent 5736a4d commit d8fc459
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 3 deletions.
1 change: 1 addition & 0 deletions base_pack/camera_suite/application.fam
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ App(
fap_category="GPIO",
fap_description="A camera suite application for the Flipper Zero ESP32-CAM module.",
fap_icon="icons/camera_suite.png",
fap_icon_assets="assets",
fap_libs=["assets"],
fap_version="1.4",
fap_weburl="https://github.com/CodyTolene/Flipper-Zero-Cam",
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 2 additions & 1 deletion base_pack/camera_suite/views/camera_suite_view_camera.h
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@

#include "../helpers/camera_suite_custom_event.h"

#include <camera_suite_icons.h>

#define BITMAP_HEADER_LENGTH 62
#define FRAME_BIT_DEPTH 1
#define FRAME_BUFFER_LENGTH 1024
Expand All @@ -33,7 +35,6 @@ static const unsigned char bitmap_header[BITMAP_HEADER_LENGTH] = {
0x00, 0x00, 0x00, 0x04, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xFF, 0xFF, 0xFF, 0x00};

extern const Icon I_DolphinCommon_56x48;
typedef enum {
WorkerEventReserved = (1 << 0), // Reserved for StreamBuffer internal event
WorkerEventStop = (1 << 1),
Expand Down
Binary file added base_pack/unitemp/assets/DolphinCommon_56x48.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 0 additions & 2 deletions base_pack/unitemp/views/Widgets_view.c
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,6 @@
#include "UnitempViews.h"
#include "unitemp_icons.h"

extern const Icon I_DolphinCommon_56x48;

void unitemp_widgets_alloc(void) {
app->widget = widget_alloc();
view_dispatcher_add_view(
Expand Down

0 comments on commit d8fc459

Please sign in to comment.