File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -233,13 +233,17 @@ extern "C" {
233
233
#define LARGE_WARNING_ICON C_Warning_64px
234
234
#define INFO_CIRCLE_ICON C_Info_Circle_64px
235
235
#define LARGE_REVIEW_ICON C_Review_64px
236
+ #define LARGE_LOGIN_ICON C_Login_64px
237
+ #define LARGE_TRASH_ICON C_Trash_64px
236
238
#elif LARGE_ICON_SIZE == 48
237
239
#define CHECK_CIRCLE_ICON C_Check_Circle_48px
238
240
#define DENIED_CIRCLE_ICON C_Denied_Circle_48px
239
241
#define IMPORTANT_CIRCLE_ICON C_Important_Circle_48px
240
242
#define LARGE_WARNING_ICON C_Warning_48px
241
243
#define INFO_CIRCLE_ICON C_Info_Circle_48px
242
244
#define LARGE_REVIEW_ICON C_Review_48px
245
+ #define LARGE_LOGIN_ICON C_Login_48px
246
+ #define LARGE_TRASH_ICON C_Trash_48px
243
247
#else // LARGE_ICON_SIZE
244
248
#error Undefined LARGE_ICON_SIZE
245
249
#endif // LARGE_ICON_SIZE
@@ -261,6 +265,8 @@ extern "C" {
261
265
#else // SCREEN_SIZE_WALLET
262
266
#define WARNING_ICON C_icon_warning
263
267
#define REVIEW_ICON C_icon_certificate
268
+ #define LOGIN_ICON C_Login_14px
269
+ #define TRASH_ICON C_Trash_14px
264
270
#endif // SCREEN_SIZE_WALLET
265
271
266
272
#if NB_COLOR_BITS == 1
You can’t perform that action at this time.
0 commit comments