l4l: fix LOGO_DUMMY; use system icon

This commit is contained in:
GetAway
2019-01-05 18:29:34 +01:00
parent 1be84bc059
commit afaad86986
3 changed files with 2 additions and 2 deletions

View File

@@ -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 \

Binary file not shown.

After

Width:  |  Height:  |  Size: 73 B

View File

@@ -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"