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

Origin commit data
------------------
Branch: ni/coolstream
Commit: 40d9e781bd
Author: vanhofen <vanhofen@gmx.de>
Date: 2019-12-29 (Sun, 29 Dec 2019)

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

------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
This commit is contained in:
vanhofen
2019-12-29 23:06:12 +01:00
parent 9b630891cf
commit 7bd012dd43
2 changed files with 4 additions and 4 deletions

View File

@@ -15,7 +15,7 @@ install_DATA += \
$(res0)/bootlogo.m2v
endif
res1 = 1920x1080
#res1 = 1920x1080
install_DATA += \
$(res1)/logo.jpg
#install_DATA += \
# $(res1)/logo.jpg

View File

@@ -52,7 +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 = frameBuffer->getIconPath("logo", "jpg");
pic_name = frameBuffer->getIconPath("start", "jpg");
//CComponents
x = x_pos;