use default fasttube logo on mission select screen

This commit is contained in:
2025-04-11 00:29:11 +02:00
parent 10c16cde18
commit f67d379d5b
3 changed files with 2 additions and 2 deletions

View File

@ -51,7 +51,7 @@ MissionSelectViewBase::MissionSelectViewBase()
add(missionList); add(missionList);
logo.setXY(160, 266); logo.setXY(160, 266);
logo.setBitmap(touchgfx::Bitmap(BITMAP_LOGO_DV_SMALL_WHITE_ID)); logo.setBitmap(touchgfx::Bitmap(BITMAP_FASTTUBE_LOGO_SMALL_WHITE_ID));
add(logo); add(logo);
} }

View File

@ -108,7 +108,7 @@
"Y": 266, "Y": 266,
"Width": 160, "Width": 160,
"Height": 39, "Height": 39,
"RelativeFilename": "logo_dv_small_white.png" "RelativeFilename": "Fasttube_Logo_small_white.png"
} }
], ],
"Interactions": [ "Interactions": [