- 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

@@ -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]))