Skip to content

Commit 67ff3f0

Browse files
Add new icon constants definition
1 parent 7d3b7b7 commit 67ff3f0

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

lib_nbgl/include/nbgl_obj.h

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -233,13 +233,17 @@ extern "C" {
233233
#define LARGE_WARNING_ICON C_Warning_64px
234234
#define INFO_CIRCLE_ICON C_Info_Circle_64px
235235
#define LARGE_REVIEW_ICON C_Review_64px
236+
#define LARGE_LOGIN_ICON C_Login_64px
237+
#define LARGE_TRASH_ICON C_Trash_64px
236238
#elif LARGE_ICON_SIZE == 48
237239
#define CHECK_CIRCLE_ICON C_Check_Circle_48px
238240
#define DENIED_CIRCLE_ICON C_Denied_Circle_48px
239241
#define IMPORTANT_CIRCLE_ICON C_Important_Circle_48px
240242
#define LARGE_WARNING_ICON C_Warning_48px
241243
#define INFO_CIRCLE_ICON C_Info_Circle_48px
242244
#define LARGE_REVIEW_ICON C_Review_48px
245+
#define LARGE_LOGIN_ICON C_Login_48px
246+
#define LARGE_TRASH_ICON C_Trash_48px
243247
#else // LARGE_ICON_SIZE
244248
#error Undefined LARGE_ICON_SIZE
245249
#endif // LARGE_ICON_SIZE
@@ -261,6 +265,8 @@ extern "C" {
261265
#else // SCREEN_SIZE_WALLET
262266
#define WARNING_ICON C_icon_warning
263267
#define REVIEW_ICON C_icon_certificate
268+
#define LOGIN_ICON C_Login_14px
269+
#define TRASH_ICON C_Trash_14px
264270
#endif // SCREEN_SIZE_WALLET
265271

266272
#if NB_COLOR_BITS == 1

0 commit comments

Comments
 (0)