Skip to content

Commit 89c62a7

Browse files
authored
Merge pull request solosky#215 from James-Makoto/develop
换系统设置图标
2 parents 93c2aa2 + 58d8198 commit 89c62a7

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

fw/application/src/mui/mui_resource.c

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -90,14 +90,14 @@ const xbm_t app_card_emulator_32x32 = {.width = 32, .height = 32, .data = app_ca
9090
//************************************************************************
9191
const uint8_t app_settings_32x32_data[] = {
9292
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
93-
0x00,0x00,0x00,0xc0,0x03,0x00,0x00,0xf0,0x07,0x00,0x00,0xf8,0x07,0x00,0x00,
94-
0xfe,0x06,0x00,0x80,0x7f,0x03,0x00,0xc0,0xdf,0x01,0x00,0xf0,0xaf,0x00,0x00,
95-
0xfc,0x57,0x00,0x00,0xfe,0x2b,0x00,0x80,0xff,0x12,0x00,0xe0,0xbf,0x09,0x00,
96-
0xf0,0x5f,0x04,0x00,0xb0,0x2f,0x02,0x00,0x70,0x0b,0x01,0x00,0xf0,0x86,0x00,
97-
0x00,0xf0,0x41,0x00,0x00,0xf0,0x20,0x00,0x00,0x70,0x10,0x00,0x00,0xf0,0x0f,
98-
0x00,0x00,0x00,0x00,0x00,0x00,0xf0,0xfd,0xff,0x07,0xf0,0xfd,0xff,0x0f,0x00,
99-
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
100-
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00
93+
0x00,0x80,0xff,0x7f,0x00,0x40,0x00,0xa0,0x00,0x40,0x4f,0x2d,0x01,0x40,0x09,
94+
0x20,0x02,0x40,0x09,0xe0,0x03,0x40,0x4f,0x0f,0x02,0x40,0x00,0x00,0x02,0x40,
95+
0xff,0x7f,0x02,0x40,0x00,0x00,0x02,0x40,0xcf,0x6a,0x02,0x40,0x89,0x14,0x02,
96+
0x40,0x09,0x00,0x02,0x40,0x00,0x00,0x02,0xc0,0xa4,0x25,0x03,0x40,0x49,0x92,
97+
0x02,0x00,0x00,0x00,0x00,0x00,0x80,0x01,0x00,0x00,0xc0,0x03,0x00,0x00,0xc0,
98+
0x03,0x00,0x80,0xc1,0x83,0x01,0xc0,0xf3,0xcf,0x03,0xc0,0xff,0xff,0x03,0x80,
99+
0xff,0xff,0x01,0x00,0xff,0xff,0x00,0x00,0x1f,0xf8,0x00,0x80,0xcf,0xf3,0x01,
100+
0xe0,0xe7,0xe7,0x07,0x00,0x00,0x00,0x00
101101
};
102102
const xbm_t app_settings_32x32 = {.width = 32, .height = 32, .data = app_settings_32x32_data};
103103

-1014 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)