Skip to content

Commit b6b9283

Browse files
committed
update amiibo database icon, contributed by @baicheng
1 parent 0f056ba commit b6b9283

File tree

3 files changed

+10
-10
lines changed

3 files changed

+10
-10
lines changed

fw/application/src/mui/mui_resource.c

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,14 @@
44
//** /resources/bmp/app_amiibo_database_32x32.bmp
55
//************************************************************************
66
const uint8_t app_amiibo_database_32x32_data[] = {
7-
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0xf8,0x1f,0x00,0x80,0xff,0xff,
8-
0x01,0xc0,0x0f,0xf0,0x03,0xf0,0x00,0x00,0x0f,0x78,0x00,0x00,0x1e,0x18,0x00,
9-
0x38,0x18,0x18,0x00,0x38,0x18,0x18,0x00,0x38,0x18,0x78,0x00,0x00,0x1e,0xf8,
10-
0x00,0x00,0x1f,0xd8,0x0f,0xf0,0x1b,0x98,0xff,0xff,0x19,0x18,0xf8,0x1f,0x18,
11-
0x18,0x00,0x00,0x18,0x18,0x00,0x00,0x18,0x78,0x00,0x00,0x1e,0xf8,0x00,0x00,
12-
0x1f,0xd8,0x0f,0xf0,0x1b,0x98,0xff,0xff,0x19,0x18,0xf8,0x1f,0x18,0x18,0x00,
13-
0x00,0x18,0x18,0x00,0x00,0x18,0x18,0x00,0x00,0x18,0x78,0x00,0x00,0x1e,0xf0,
14-
0x00,0x00,0x0f,0xc0,0x0f,0xf0,0x03,0x80,0xff,0xff,0x01,0x00,0xf8,0x1f,0x00,
7+
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
8+
0x00,0x00,0x00,0x00,0x00,0xc0,0xff,0xff,0x03,0x20,0x00,0x00,0x04,0xa0,0x3e,
9+
0x00,0x04,0x20,0x00,0x00,0x04,0x20,0x00,0x00,0x04,0xc0,0xff,0xff,0x03,0x80,
10+
0xff,0xff,0x01,0xc0,0xff,0xff,0x03,0x20,0x00,0x00,0x04,0xa0,0x3e,0x1e,0x04,
11+
0x20,0x00,0x3f,0x04,0x20,0x80,0x73,0x04,0xc0,0xbf,0x61,0x03,0x80,0xbf,0x61,
12+
0x01,0xc0,0xbf,0x63,0x03,0x20,0x00,0x6f,0x04,0xa0,0x3e,0x6e,0x04,0x20,0x00,
13+
0x00,0x04,0x20,0x00,0x00,0x04,0xc0,0xff,0xff,0x03,0x80,0xff,0xff,0x01,0x68,
14+
0xff,0xff,0x1a,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
1515
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00
1616
};
1717
const xbm_t app_amiibo_database_32x32 = {.width = 32, .height = 32, .data = app_amiibo_database_32x32_data};
0 Bytes
Binary file not shown.

fw/scripts/resource_gen.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ def gen_bmp():
6969
files.sort()
7070

7171
for file in files:
72-
72+
print("process %s .." % file)
7373
file_name_abs = project_dir + "/resources/bmp/" + file
7474
if os.path.isdir(file_name_abs):
7575
continue
@@ -101,4 +101,4 @@ def main():
101101
gen_bmp()
102102

103103
######
104-
main()
104+
main()

0 commit comments

Comments
 (0)