From babf0316afd2ecdf60b232e22536d814cad6d325 Mon Sep 17 00:00:00 2001 From: vanhofen Date: Fri, 4 Jan 2019 22:34:05 +0100 Subject: [PATCH] lcd4l: remove hardcoded path from LCD_ICONSDIR Origin commit data ------------------ Branch: ni/coolstream Commit: https://github.com/neutrino-images/ni-neutrino/commit/88d13aeff2e14233042d3034635a62461921b68b Author: vanhofen 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 --- src/driver/lcd4l.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/driver/lcd4l.cpp b/src/driver/lcd4l.cpp index fd62dbfe9..4ec53b894 100644 --- a/src/driver/lcd4l.cpp +++ b/src/driver/lcd4l.cpp @@ -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"