- glcd: prefer icons in /var

Signed-off-by: Thilo Graf <dbt@novatux.de>
This commit is contained in:
svenhoefer
2020-06-23 01:09:00 +02:00
committed by Thilo Graf
parent abdd262a61
commit 5aae22b0e9
3 changed files with 6 additions and 6 deletions

View File

@@ -48,8 +48,8 @@ const char * const file_name[] =
const char * const file_path[] =
{
ICONSDIR "/oled/clock/",
ICONSDIR_VAR "/oled/clock/"
ICONSDIR_VAR "/oled/clock/",
ICONSDIR "/oled/clock/"
};
#define NUMBER_OF_PATHS (sizeof(file_path)/sizeof(file_path[0]))

View File

@@ -65,8 +65,8 @@ const char * const digit_name[] =
const char * const digit_path[] =
{
ICONSDIR "/oled/clock/",
ICONSDIR_VAR "/oled/clock/"
ICONSDIR_VAR "/oled/clock/",
ICONSDIR "/oled/clock/"
};
#define NUMBER_OF_PATHS (sizeof(digit_path)/sizeof(digit_path[0]))

View File

@@ -60,8 +60,8 @@ const char * const weather_name[] =
const char * const weather_path[] =
{
ICONSDIR "/oled/weather/",
ICONSDIR_VAR "/oled/weather/"
ICONSDIR_VAR "/oled/weather/",
ICONSDIR "/oled/weather/"
};
#define NUMBER_OF_PATHS (sizeof(weather_path)/sizeof(weather_path[0]))