Images: add logo file

This commit is contained in:
2019-12-08 16:10:14 +01:00
parent d23a0755d4
commit e536d5cef1
3 changed files with 14 additions and 9 deletions

View File

@@ -52,8 +52,7 @@ CComponentsPIP::CComponentsPIP( const int x_pos, const int y_pos, const int perc
//CComponentsPIP
screen_w = frameBuffer->getScreenWidth(true);
screen_h = frameBuffer->getScreenHeight(true);
pic_name = LOGODIR;
pic_name += "/logo.jpg";
pic_name = frameBuffer->getIconPath("logo", "jpg");
//CComponents
x = x_pos;