Skip to content

Commit

Permalink
update amiibo database icon, contributed by @baicheng
Browse files Browse the repository at this point in the history
  • Loading branch information
solosky committed Jun 20, 2024
1 parent 0f056ba commit b6b9283
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 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 @@ -4,14 +4,14 @@
//** /resources/bmp/app_amiibo_database_32x32.bmp
//************************************************************************
const uint8_t app_amiibo_database_32x32_data[] = {
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0xf8,0x1f,0x00,0x80,0xff,0xff,
0x01,0xc0,0x0f,0xf0,0x03,0xf0,0x00,0x00,0x0f,0x78,0x00,0x00,0x1e,0x18,0x00,
0x38,0x18,0x18,0x00,0x38,0x18,0x18,0x00,0x38,0x18,0x78,0x00,0x00,0x1e,0xf8,
0x00,0x00,0x1f,0xd8,0x0f,0xf0,0x1b,0x98,0xff,0xff,0x19,0x18,0xf8,0x1f,0x18,
0x18,0x00,0x00,0x18,0x18,0x00,0x00,0x18,0x78,0x00,0x00,0x1e,0xf8,0x00,0x00,
0x1f,0xd8,0x0f,0xf0,0x1b,0x98,0xff,0xff,0x19,0x18,0xf8,0x1f,0x18,0x18,0x00,
0x00,0x18,0x18,0x00,0x00,0x18,0x18,0x00,0x00,0x18,0x78,0x00,0x00,0x1e,0xf0,
0x00,0x00,0x0f,0xc0,0x0f,0xf0,0x03,0x80,0xff,0xff,0x01,0x00,0xf8,0x1f,0x00,
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
0x00,0x00,0x00,0x00,0x00,0xc0,0xff,0xff,0x03,0x20,0x00,0x00,0x04,0xa0,0x3e,
0x00,0x04,0x20,0x00,0x00,0x04,0x20,0x00,0x00,0x04,0xc0,0xff,0xff,0x03,0x80,
0xff,0xff,0x01,0xc0,0xff,0xff,0x03,0x20,0x00,0x00,0x04,0xa0,0x3e,0x1e,0x04,
0x20,0x00,0x3f,0x04,0x20,0x80,0x73,0x04,0xc0,0xbf,0x61,0x03,0x80,0xbf,0x61,
0x01,0xc0,0xbf,0x63,0x03,0x20,0x00,0x6f,0x04,0xa0,0x3e,0x6e,0x04,0x20,0x00,
0x00,0x04,0x20,0x00,0x00,0x04,0xc0,0xff,0xff,0x03,0x80,0xff,0xff,0x01,0x68,
0xff,0xff,0x1a,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00
};
const xbm_t app_amiibo_database_32x32 = {.width = 32, .height = 32, .data = app_amiibo_database_32x32_data};
Expand Down
Binary file modified fw/resources/bmp/app_amiibo_database_32x32.bmp
Binary file not shown.
4 changes: 2 additions & 2 deletions fw/scripts/resource_gen.py
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ def gen_bmp():
files.sort()

for file in files:

print("process %s .." % file)
file_name_abs = project_dir + "/resources/bmp/" + file
if os.path.isdir(file_name_abs):
continue
Expand Down Expand Up @@ -101,4 +101,4 @@ def main():
gen_bmp()

######
main()
main()

0 comments on commit b6b9283

Please sign in to comment.