mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-26 23:13:00 +02:00
Images: add logo file
Origin commit data
------------------
Branch: ni/coolstream
Commit: 53456b8233
Author: Thilo Graf <dbt@novatux.de>
Date: 2019-12-29 (Sun, 29 Dec 2019)
------------------
No further description and justification available within origin commit message!
------------------
This commit was generated by Migit
This commit is contained in:
BIN
data/pictures/backgrounds/1920x1080/logo.jpg
Normal file
BIN
data/pictures/backgrounds/1920x1080/logo.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 53 KiB |
@@ -1,16 +1,21 @@
|
||||
installdir = $(ICONSDIR)
|
||||
|
||||
resolution = 1280x720
|
||||
res0 = 1280x720
|
||||
|
||||
install_DATA = \
|
||||
$(resolution)/blackscreen.jpg \
|
||||
$(resolution)/mp3.jpg \
|
||||
$(resolution)/radiomode.jpg \
|
||||
$(resolution)/scan.jpg \
|
||||
$(resolution)/shutdown.jpg \
|
||||
$(resolution)/start.jpg
|
||||
$(res0)/blackscreen.jpg \
|
||||
$(res0)/mp3.jpg \
|
||||
$(res0)/radiomode.jpg \
|
||||
$(res0)/scan.jpg \
|
||||
$(res0)/shutdown.jpg \
|
||||
$(res0)/start.jpg
|
||||
|
||||
if BOXTYPE_ARMBOX
|
||||
install_DATA += \
|
||||
$(resolution)/bootlogo.m2v
|
||||
$(res0)/bootlogo.m2v
|
||||
endif
|
||||
|
||||
res1 = 1920x1080
|
||||
|
||||
install_DATA += \
|
||||
$(res1)/logo.jpg
|
||||
|
@@ -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;
|
||||
|
Reference in New Issue
Block a user