mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-27 15:32:59 +02:00
- glcd: prefer icons in /var
Signed-off-by: Thilo Graf <dbt@novatux.de>
This commit is contained in:
@@ -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]))
|
||||
|
||||
|
Reference in New Issue
Block a user