b0d13ad6d5
App: Serial value depends on active slot: last nible encode active slot Fix severals PIN management bugs Make PW1 distinction (81/82 tag) for commands PSO:CDS/DEC Invalid PW1 'verified' status on PSO:CDS command according to PWstatus Remove access control on INS_CHANGE_REFERENCE_DATA Remove unused variables New icon Build Add glyphs GIF sources Use sdk 1.3.1-4
31 lines
810 B
C
31 lines
810 B
C
#ifndef GLYPH_badge_back_BPP
|
|
#define GLYPH_badge_back_WIDTH 14
|
|
#define GLYPH_badge_back_HEIGHT 14
|
|
#define GLYPH_badge_back_BPP 1
|
|
extern
|
|
unsigned int const C_badge_back_colors[]
|
|
;
|
|
extern
|
|
unsigned char const C_badge_back_bitmap[];
|
|
#ifdef OS_IO_SEPROXYHAL
|
|
#include "os_io_seproxyhal.h"
|
|
extern
|
|
const bagl_icon_details_t C_badge_back;
|
|
#endif // GLYPH_badge_back_BPP
|
|
#endif // OS_IO_SEPROXYHAL
|
|
#ifndef GLYPH_icon_dashboard_BPP
|
|
#define GLYPH_icon_dashboard_WIDTH 14
|
|
#define GLYPH_icon_dashboard_HEIGHT 14
|
|
#define GLYPH_icon_dashboard_BPP 1
|
|
extern
|
|
unsigned int const C_icon_dashboard_colors[]
|
|
;
|
|
extern
|
|
unsigned char const C_icon_dashboard_bitmap[];
|
|
#ifdef OS_IO_SEPROXYHAL
|
|
#include "os_io_seproxyhal.h"
|
|
extern
|
|
const bagl_icon_details_t C_icon_dashboard;
|
|
#endif // GLYPH_icon_dashboard_BPP
|
|
#endif // OS_IO_SEPROXYHAL
|