Skip to content

Commit

Permalink
Use system icon
Browse files Browse the repository at this point in the history
Use system icon

Co-authored-by: Willy-JL <Willy-JL@users.noreply.github.com>
Co-Authored-By: WillyJL <49810075+willy-jl@users.noreply.github.com>
  • Loading branch information
3 people committed Aug 4, 2024
1 parent f425ad3 commit cef627b
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 2 deletions.
Binary file modified .DS_Store
Binary file not shown.
Binary file added assets/.DS_Store
Binary file not shown.
Binary file added assets/DolphinSuccess_91x55.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed assets/RFID_dolphinsuccess_108x57.png
Binary file not shown.
4 changes: 2 additions & 2 deletions t5577_writer.c
Original file line number Diff line number Diff line change
Expand Up @@ -618,9 +618,9 @@ static void t5577_writer_view_write_callback(Canvas* canvas, void* model) {
canvas_draw_str_aligned(canvas, 93, 39, AlignCenter, AlignTop, "to Flipper's back");
} else {
canvas_set_bitmap_mode(canvas, true);
canvas_draw_icon(canvas, 0, 7, &I_RFID_dolphinsuccess_108x57);
canvas_draw_icon(canvas, 0, 9, &I_DolphinSuccess_91x55);
canvas_set_font(canvas, FontPrimary);
canvas_draw_str(canvas, 72, 20, "Finished!");
canvas_draw_str(canvas, 75, 16, "Finished!");
}
}

Expand Down

0 comments on commit cef627b

Please sign in to comment.