glcd: prefer icons in /var

Origin commit data
------------------
Branch: ni/coolstream
Commit: c7a1f7e0de
Author: vanhofen <vanhofen@gmx.de>
Date: 2020-06-23 (Tue, 23 Jun 2020)

Origin message was:
------------------
- glcd: prefer icons in /var

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

------------------
This commit was generated by Migit
This commit is contained in:
vanhofen
2020-06-23 01:09:00 +02:00
parent f2174ab04a
commit f0fbe6ed95
3 changed files with 3 additions and 3 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 "/oled/clock/",
};
#define NUMBER_OF_PATHS (sizeof(digit_path)/sizeof(digit_path[0]))