use default fasttube logo on mission select screen
This commit is contained in:
@ -51,7 +51,7 @@ MissionSelectViewBase::MissionSelectViewBase()
|
||||
add(missionList);
|
||||
|
||||
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);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user