diff --git a/fw/application/src/mui/mui_resource.c b/fw/application/src/mui/mui_resource.c index f653f944..0c04a38d 100644 --- a/fw/application/src/mui/mui_resource.c +++ b/fw/application/src/mui/mui_resource.c @@ -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}; diff --git a/fw/resources/bmp/app_amiibo_database_32x32.bmp b/fw/resources/bmp/app_amiibo_database_32x32.bmp index b97dd973..a4fa55c9 100644 Binary files a/fw/resources/bmp/app_amiibo_database_32x32.bmp and b/fw/resources/bmp/app_amiibo_database_32x32.bmp differ diff --git a/fw/scripts/resource_gen.py b/fw/scripts/resource_gen.py index 99534cca..dcc85074 100644 --- a/fw/scripts/resource_gen.py +++ b/fw/scripts/resource_gen.py @@ -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 @@ -101,4 +101,4 @@ def main(): gen_bmp() ###### -main() \ No newline at end of file +main()