Skip to content

Commit

Permalink
Merge pull request #215 from James-Makoto/develop
Browse files Browse the repository at this point in the history
换系统设置图标
  • Loading branch information
solosky authored Feb 18, 2024
2 parents 93c2aa2 + 58d8198 commit 89c62a7
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions fw/application/src/mui/mui_resource.c
Original file line number Diff line number Diff line change
Expand Up @@ -90,14 +90,14 @@ const xbm_t app_card_emulator_32x32 = {.width = 32, .height = 32, .data = app_ca
//************************************************************************
const uint8_t app_settings_32x32_data[] = {
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
0x00,0x00,0x00,0xc0,0x03,0x00,0x00,0xf0,0x07,0x00,0x00,0xf8,0x07,0x00,0x00,
0xfe,0x06,0x00,0x80,0x7f,0x03,0x00,0xc0,0xdf,0x01,0x00,0xf0,0xaf,0x00,0x00,
0xfc,0x57,0x00,0x00,0xfe,0x2b,0x00,0x80,0xff,0x12,0x00,0xe0,0xbf,0x09,0x00,
0xf0,0x5f,0x04,0x00,0xb0,0x2f,0x02,0x00,0x70,0x0b,0x01,0x00,0xf0,0x86,0x00,
0x00,0xf0,0x41,0x00,0x00,0xf0,0x20,0x00,0x00,0x70,0x10,0x00,0x00,0xf0,0x0f,
0x00,0x00,0x00,0x00,0x00,0x00,0xf0,0xfd,0xff,0x07,0xf0,0xfd,0xff,0x0f,0x00,
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00
0x00,0x80,0xff,0x7f,0x00,0x40,0x00,0xa0,0x00,0x40,0x4f,0x2d,0x01,0x40,0x09,
0x20,0x02,0x40,0x09,0xe0,0x03,0x40,0x4f,0x0f,0x02,0x40,0x00,0x00,0x02,0x40,
0xff,0x7f,0x02,0x40,0x00,0x00,0x02,0x40,0xcf,0x6a,0x02,0x40,0x89,0x14,0x02,
0x40,0x09,0x00,0x02,0x40,0x00,0x00,0x02,0xc0,0xa4,0x25,0x03,0x40,0x49,0x92,
0x02,0x00,0x00,0x00,0x00,0x00,0x80,0x01,0x00,0x00,0xc0,0x03,0x00,0x00,0xc0,
0x03,0x00,0x80,0xc1,0x83,0x01,0xc0,0xf3,0xcf,0x03,0xc0,0xff,0xff,0x03,0x80,
0xff,0xff,0x01,0x00,0xff,0xff,0x00,0x00,0x1f,0xf8,0x00,0x80,0xcf,0xf3,0x01,
0xe0,0xe7,0xe7,0x07,0x00,0x00,0x00,0x00
};
const xbm_t app_settings_32x32 = {.width = 32, .height = 32, .data = app_settings_32x32_data};

Expand Down
Binary file modified fw/resources/bmp/app_settings_32x32.bmp
Binary file not shown.

0 comments on commit 89c62a7

Please sign in to comment.