- data/pictures: disable new logo.jpg; not really usefull for narrow-breasted boxes like hd1

Signed-off-by: Thilo Graf <dbt@novatux.de>
This commit is contained in:
svenhoefer
2019-12-29 23:06:12 +01:00
committed by Thilo Graf
parent ddc2082a0d
commit 3fd2d5011f
2 changed files with 4 additions and 4 deletions

View File

@@ -11,7 +11,7 @@ install_DATA = \
$(res0)/start.jpg $(res0)/start.jpg
res1 = 1920x1080 #res1 = 1920x1080
install_DATA += \ #install_DATA += \
$(res1)/logo.jpg # $(res1)/logo.jpg

View File

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