Images: add logo file

Origin commit data
------------------
Commit: 53456b8233
Author: Thilo Graf <dbt@novatux.de>
Date: 2019-12-29 (Sun, 29 Dec 2019)
This commit is contained in:
2019-12-29 23:06:12 +01:00
committed by vanhofen
parent 456e205f03
commit fda5ecec38
3 changed files with 14 additions and 10 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 = ICONSDIR;
pic_name += "/start.jpg";
pic_name = frameBuffer->getIconPath("logo", "jpg");
//CComponents
x = x_pos;