mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-27 07:23:09 +02:00
l4l: fix LOGO_DUMMY; use system icon
This commit is contained in:
@@ -2,6 +2,7 @@ installdir = $(ICONSDIR)
|
|||||||
|
|
||||||
install_DATA = \
|
install_DATA = \
|
||||||
audioplay.png \
|
audioplay.png \
|
||||||
|
blank.png \
|
||||||
border_lr.png \
|
border_lr.png \
|
||||||
border_ul.png \
|
border_ul.png \
|
||||||
imdb.png \
|
imdb.png \
|
||||||
|
BIN
data/icons/various/blank.png
Normal file
BIN
data/icons/various/blank.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 73 B |
@@ -63,10 +63,9 @@ extern CPictureViewer *g_PicViewer;
|
|||||||
|
|
||||||
#define LCD_DATADIR "/tmp/lcd/"
|
#define LCD_DATADIR "/tmp/lcd/"
|
||||||
|
|
||||||
#define LCD_ICONSDIR DATADIR "/lcd/icons/"
|
|
||||||
#define ICONSEXT ".png"
|
#define ICONSEXT ".png"
|
||||||
|
|
||||||
#define LOGO_DUMMY LCD_ICONSDIR "blank.png"
|
#define LOGO_DUMMY ICONSDIR "/blank.png"
|
||||||
|
|
||||||
#define BRIGHTNESS LCD_DATADIR "brightness"
|
#define BRIGHTNESS LCD_DATADIR "brightness"
|
||||||
#define BRIGHTNESS_STANDBY LCD_DATADIR "brightness_standby"
|
#define BRIGHTNESS_STANDBY LCD_DATADIR "brightness_standby"
|
||||||
|
Reference in New Issue
Block a user