lcd4l: remove hardcoded path from LCD_ICONSDIR

Origin commit data
------------------
Branch: ni/coolstream
Commit: 88d13aeff2
Author: vanhofen <vanhofen@gmx.de>
Date: 2019-01-04 (Fri, 04 Jan 2019)

Origin message was:
------------------
- lcd4l: remove hardcoded path from LCD_ICONSDIR

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

------------------
This commit was generated by Migit
This commit is contained in:
vanhofen
2019-01-04 22:34:05 +01:00
parent d0b129de6f
commit babf0316af

View File

@@ -61,7 +61,7 @@ extern CPictureViewer *g_PicViewer;
#define LCD_DATADIR "/tmp/lcd/"
#define LCD_ICONSDIR "/share/lcd/icons/"
#define LCD_ICONSDIR DATADIR "/lcd/icons/"
#define ICONSEXT ".png"
#define LOGO_DUMMY LCD_ICONSDIR "blank.png"